MCPcopy 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

testDefaultsMethod · 0.95
testReadOnlyFactoryMethod · 0.95
testBestEffortFactoryMethod · 0.95
withRetryMethod · 0.80
withRetryMethod · 0.80

Calls

no outgoing calls

Tested by 5

testDefaultsMethod · 0.76
testReadOnlyFactoryMethod · 0.76
testBestEffortFactoryMethod · 0.76