Package org.apache.hadoop.hbase
Class RSGroupTableAccessor
java.lang.Object
org.apache.hadoop.hbase.RSGroupTableAccessor
Read rs group information from
hbase:rsgroup
.-
Field Summary
Modifier and TypeFieldDescriptionprivate static final byte[]
private static final byte[]
private static final TableName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<RSGroupInfo>
getAllRSGroupInfo
(Connection connection) static RSGroupInfo
getRSGroupInfo
(Connection connection, byte[] rsGroupName) private static RSGroupInfo
getRSGroupInfo
(Result result) static boolean
isRSGroupsEnabled
(Connection connection)
-
Field Details
-
RSGROUP_TABLE_NAME
-
META_FAMILY_BYTES
-
META_QUALIFIER_BYTES
-
-
Constructor Details
-
RSGroupTableAccessor
private RSGroupTableAccessor()
-
-
Method Details
-
isRSGroupsEnabled
- Throws:
IOException
-
getAllRSGroupInfo
- Throws:
IOException
-
getRSGroupInfo
- Throws:
IOException
-
getRSGroupInfo
public static RSGroupInfo getRSGroupInfo(Connection connection, byte[] rsGroupName) throws IOException - Throws:
IOException
-