MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / failfast

Method failfast

src/HBaseRpc.java:476–478  ·  view source on GitHub ↗

Returns whether the RPC not be retried upon encountering a problem. @return whether the RPC not be retried upon encountering a problem. @see #setFailfast @since 1.5

()

Source from the content-addressed store, hash-verified

474 * @since 1.5
475 */
476 public final boolean failfast() {
477 return failfast;
478 }
479
480 /**
481 * If true, this RPC is a probe which checks if the destination region is

Callers 2

sendRpcMethod · 0.80
failOrRetryRpcsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected