Class AsyncHBaseAdmin

java.lang.Object
org.apache.hadoop.hbase.client.AsyncHBaseAdmin
All Implemented Interfaces:
AsyncAdmin

@Private class AsyncHBaseAdmin extends Object implements AsyncAdmin
Just a wrapper of RawAsyncHBaseAdmin. The difference is that users need to provide a thread pool when constructing this class, and the callback methods registered to the returned CompletableFuture will be executed in this thread pool. So usually it is safe for users to do anything they want in the callbacks without breaking the rpc framework.
Since:
2.0.0
See Also: