MCPcopy Create free account
hub / github.com/dgraph-io/dgraph4j / getMaxRetries

Method getMaxRetries

src/main/java/io/dgraph/RetryPolicy.java:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public int getMaxRetries() {
62 return maxRetries;
63 }
64
65 public Duration getBaseDelay() {
66 return baseDelay;

Callers 6

testDefaultsMethod · 0.95
testReadOnlyFactoryMethod · 0.95
testZeroRetriesMethod · 0.95
attemptAsyncMethod · 0.80
withRetryMethod · 0.80

Calls

no outgoing calls

Tested by 4

testDefaultsMethod · 0.76
testReadOnlyFactoryMethod · 0.76
testZeroRetriesMethod · 0.76