Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgraph-io/dgraph4j
/ isRetryable
Method
isRetryable
src/main/java/io/dgraph/AlphaException.java:23–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
@Override
24
public
boolean isRetryable() {
25
return
true;
26
}
27
}
Callers
10
testTxnFinishedNotRetryable
Method · 0.45
testTxnReadOnlyNotRetryable
Method · 0.45
testServerNotReadyExtendsServerException
Method · 0.45
testServerShutdownExtendsServerException
Method · 0.45
testServerOverloadedExtendsServerException
Method · 0.45
testResourceExhaustedNotRetryable
Method · 0.45
testQueryExceptionNotRetryable
Method · 0.45
testAuthExceptionNotRetryable
Method · 0.45
testAuthExceptionWithCause
Method · 0.45
withRetry
Method · 0.45
Calls
no outgoing calls
Tested by
9
testTxnFinishedNotRetryable
Method · 0.36
testTxnReadOnlyNotRetryable
Method · 0.36
testServerNotReadyExtendsServerException
Method · 0.36
testServerShutdownExtendsServerException
Method · 0.36
testServerOverloadedExtendsServerException
Method · 0.36
testResourceExhaustedNotRetryable
Method · 0.36
testQueryExceptionNotRetryable
Method · 0.36
testAuthExceptionNotRetryable
Method · 0.36
testAuthExceptionWithCause
Method · 0.36