Package org.apache.hadoop.hbase
Class HBaseInterfaceAudience
java.lang.Object
org.apache.hadoop.hbase.HBaseInterfaceAudience
This class defines constants for different classes of hbase limited private apis
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Denotes classes that can be used to build custom authentication solutions.static final String
Denotes class names that appear in user facing configuration files.static final String
static final String
Denotes classes used by hbck tool for fixing inconsistent state of HBase.static final String
static final String
static final String
static final String
Denotes classes used as tools (Used from cmd line).static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
COPROC
- See Also:
-
REPLICATION
- See Also:
-
PHOENIX
- See Also:
-
SPARK
- See Also:
-
UNITTEST
- See Also:
-
CONFIG
Denotes class names that appear in user facing configuration files.- See Also:
-
TOOLS
Denotes classes used as tools (Used from cmd line). Usually, the compatibility is required for class name, and arguments.- See Also:
-
HBCK
Denotes classes used by hbck tool for fixing inconsistent state of HBase.- See Also:
-
AUTHENTICATION
Denotes classes that can be used to build custom authentication solutions.- See Also:
-
-
Constructor Details
-
HBaseInterfaceAudience
private HBaseInterfaceAudience()Can't create this class.
-