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)