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

Method run

src/HBaseClient.java:4304–4308  ·  view source on GitHub ↗
(final Timeout timeout)

Source from the content-addressed store, hash-verified

4302 private void retryGetRootRegionLater() {
4303 newTimeout(new TimerTask() {
4304 public void run(final Timeout timeout) {
4305 if (!getRootRegion()) { // Try to read the znodes
4306 connectZK(); // unless we need to connect first.
4307 }
4308 }
4309 }, config.getInt("hbase.zookeeper.getroot.retry_delay")
4310 /* milliseconds */);
4311 }

Callers

nothing calls this directly

Calls 2

getRootRegionMethod · 0.95
connectZKMethod · 0.95

Tested by

no test coverage detected