You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Balazs Meszaros (JIRA)" <ji...@apache.org> on 2017/09/13 10:48:01 UTC

[jira] [Created] (HBASE-18805) Unify Admin and AsyncAdmin

Balazs Meszaros created HBASE-18805:
---------------------------------------

             Summary: Unify Admin and AsyncAdmin
                 Key: HBASE-18805
                 URL: https://issues.apache.org/jira/browse/HBASE-18805
             Project: HBase
          Issue Type: Sub-task
            Reporter: Balazs Meszaros


Admin and AsyncAdmin differ some places:
- some methods missing from AsyncAdmin (e.g. methods with String regex),
- some methods have different names (listTables vs listTableDescriptors),
- some method parameters are different (e.g. AsyncAdmin has Optional<> parameters),
- AsyncAdmin returns Lists instead of arrays (e.g. listTableNames),
- unify Javadoc comments,
- ...




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)