Guanghao Zhang created HBASE-18608:
--------------------------------------
Summary: AsyncConnection should return AsyncAdmin interface
instead of the implemenation
Key: HBASE-18608
URL: https://issues.apache.org/jira/browse/HBASE-18608
Project: HBase
Issue Type: Sub-task
Reporter: Guanghao Zhang
Assignee: Guanghao Zhang
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncConnection.java
{code}
AsyncAdminBuilder<RawAsyncHBaseAdmin> getAdminBuilder();
AsyncAdminBuilder<AsyncHBaseAdmin> getAdminBuilder(ExecutorService pool);
{code}
These two method should not use the implemenation: RawAsyncHBaseAdmin and
AsyncHBaseAdmin.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)