Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgraph-io/dgraph4j
/ isReadOnly
Method
isReadOnly
src/main/java/io/dgraph/RetryPolicy.java:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
public
boolean isReadOnly() {
78
return
readOnly;
79
}
80
81
public
boolean isBestEffort() {
82
return
bestEffort;
Callers
7
testDefaults
Method · 0.95
testReadOnlyFactory
Method · 0.95
testBestEffortFactory
Method · 0.95
testBuilderCustomValues
Method · 0.95
testBestEffortImpliesReadOnly
Method · 0.95
withRetry
Method · 0.80
withRetry
Method · 0.80
Calls
no outgoing calls
Tested by
5
testDefaults
Method · 0.76
testReadOnlyFactory
Method · 0.76
testBestEffortFactory
Method · 0.76
testBuilderCustomValues
Method · 0.76
testBestEffortImpliesReadOnly
Method · 0.76