MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / hasDeferred

Method hasDeferred

src/HBaseRpc.java:724–726  ·  view source on GitHub ↗

Checks whether or not this RPC has a Deferred without creating one.

()

Source from the content-addressed store, hash-verified

722
723 /** Checks whether or not this RPC has a Deferred without creating one. */
724 final boolean hasDeferred() {
725 return deferred != null;
726 }
727
728 public String toString() {
729 // Try to rightsize the buffer.

Callers 7

callbackMethod · 0.80
callbackNullResultMethod · 0.80
callbackExceptionMethod · 0.80
callbackWithTimeoutMethod · 0.80
encodeMethod · 0.80

Calls

no outgoing calls

Tested by 6

callbackMethod · 0.64
callbackNullResultMethod · 0.64
callbackExceptionMethod · 0.64
callbackWithTimeoutMethod · 0.64