org.apache.hadoop.hbase
Class HBaseInterfaceAudience

java.lang.Object
  extended by org.apache.hadoop.hbase.HBaseInterfaceAudience

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class HBaseInterfaceAudience
extends Object

This class defines constants for different classes of hbase limited private apis


Field Summary
static String CONFIG
          Denotes class names that appear in user facing configuration files.
static String COPROC
           
static String PHOENIX
           
static String REPLICATION
           
 
Constructor Summary
HBaseInterfaceAudience()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPROC

public static final String COPROC
See Also:
Constant Field Values

PHOENIX

public static final String PHOENIX
See Also:
Constant Field Values

REPLICATION

public static final String REPLICATION
See Also:
Constant Field Values

CONFIG

public static final String CONFIG
Denotes class names that appear in user facing configuration files.

See Also:
Constant Field Values
Constructor Detail

HBaseInterfaceAudience

public HBaseInterfaceAudience()


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.