()
| 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(); |