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

Method getTimeout

src/HBaseRpc.java:559–561  ·  view source on GitHub ↗

An optional timeout for the RPC in milliseconds. Note that the initial value is -1, meaning the RPC will use the default value configured in hbase.rpc.timeout. @return The timeout value in milliseconds.

()

Source from the content-addressed store, hash-verified

557 * @return The timeout value in milliseconds.
558 */
559 public int getTimeout() {
560 return timeout;
561 }
562
563 // ---------------------- //
564 // Package private stuff. //

Callers 4

enqueueTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by 4

enqueueTimeoutMethod · 0.64