Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testDefaults
Method · 0.95
testReadOnlyFactory
Method · 0.95
testBuilderCustomValues
Method · 0.95
testZeroRetries
Method · 0.95
attemptAsync
Method · 0.80
withRetry
Method · 0.80
Calls
no outgoing calls
Tested by
4
testDefaults
Method · 0.76
testReadOnlyFactory
Method · 0.76
testBuilderCustomValues
Method · 0.76
testZeroRetries
Method · 0.76