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

Method call

src/HBaseClient.java:1089–1094  ·  view source on GitHub ↗
(final Object arg)

Source from the content-addressed store, hash-verified

1087 : (split_meta ? new String(HBASE96_META) : new String(META)));
1088 final class RetryShutdown implements Callback<Object, Object> {
1089 public Object call(final Object arg) {
1090 LOG.debug("Shutdown retrying after {} came back",
1091 has_root ? (split_meta ? new String(HBASE98_ROOT_REGION) : new String(ROOT))
1092 : (split_meta ? new String(HBASE96_META) : new String(META)));
1093 return shutdown();
1094 }
1095 public String toString() {
1096 return "retry shutdown";
1097 }

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected