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

Method ShutdownThread

src/HBaseClient.java:1048–1050  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1046 // down from another thread.
1047 final class ShutdownThread extends Thread {
1048 ShutdownThread() {
1049 super("HBaseClient@" + HBaseClient.super.hashCode() + " shutdown");
1050 }
1051 public void run() {
1052 // This terminates the Executor.
1053 channel_factory.releaseExternalResources();

Callers

nothing calls this directly

Calls 1

hashCodeMethod · 0.45

Tested by

no test coverage detected