From 5f1dfdb2fe40ebba33c63d22f9cc3e4709259b27 Mon Sep 17 00:00:00 2001 From: zhangduo Date: Thu, 6 Apr 2017 11:56:44 +0800 Subject: [PATCH] HBASE-17873 Change the IA.Public annotation to IA.Private for unstable API --- .../src/main/java/org/apache/hadoop/hbase/client/AsyncAdmin.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdmin.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdmin.java index ab791c2..8e3f36f 100644 --- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdmin.java +++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdmin.java @@ -30,9 +30,12 @@ import org.apache.hadoop.hbase.classification.InterfaceAudience; import org.apache.hadoop.hbase.util.Pair; /** - * The asynchronous administrative API for HBase. + * The asynchronous administrative API for HBase. + *

+ * 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 { /** -- 2.7.4