HBASE-22823 Mark Canary as Public/Evolving

Signed-off-by: Xu Cang <xucang@apache.org>
This commit is contained in:
Caroline Zhou 2019-08-14 15:58:35 -07:00 committed by Xu Cang
parent eb6b617d92
commit 1f7458dc38
No known key found for this signature in database
GPG Key ID: 8E6C8FEDCA866394
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ import org.apache.zookeeper.data.Stat;
* 3. zookeeper mode - for each zookeeper instance, selects a zNode and * 3. zookeeper mode - for each zookeeper instance, selects a zNode and
* outputs some information about failure or latency. * outputs some information about failure or latency.
*/ */
@InterfaceAudience.Private @InterfaceAudience.Public
public final class Canary implements Tool { public final class Canary implements Tool {
// Sink interface used by the canary to outputs information // Sink interface used by the canary to outputs information
public interface Sink { public interface Sink {