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

Method getTimer

src/HBaseClient.java:960–962  ·  view source on GitHub ↗

Returns the timer used by this client. All timeouts, retries and other things that need to "sleep asynchronously" use this timer. This method is provided so that you can also schedule your own timeouts using this timer, if you wish to share this client's timer instead of creating your own.

()

Source from the content-addressed store, hash-verified

958 * @since 1.2
959 */
960 public Timer getTimer() {
961 return timer;
962 }
963
964 /**
965 * Return the configuration object for this client

Callers 2

beforeMethod · 0.80

Calls

no outgoing calls

Tested by 1

beforeMethod · 0.64