HBASE-17873 Change the IA.Public annotation to IA.Private for unstable API

Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
zhangduo 2017-04-06 11:56:44 +08:00 committed by Sean Busbey
parent 053e61541e
commit 177344cdbf
1 changed files with 5 additions and 2 deletions

View File

@ -37,9 +37,12 @@ import org.apache.hadoop.hbase.replication.ReplicationPeerDescription;
import org.apache.hadoop.hbase.util.Pair;
/**
* The asynchronous administrative API for HBase.
* The asynchronous administrative API for HBase.
* <p>
* This feature is still under development, so marked as IA.Private. Will change to public when
* done. Use it with caution.
*/
@InterfaceAudience.Public
@InterfaceAudience.Private
public interface AsyncAdmin {
/**