| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| org.apache.hadoop.hbase.rsgroup |
| Modifier and Type | Method and Description |
|---|---|
static RSGroupInfo |
RSGroupTableAccessor.getRSGroupInfo(Connection connection,
byte[] rsGroupName) |
| Modifier and Type | Method and Description |
|---|---|
static List<RSGroupInfo> |
RSGroupTableAccessor.getAllRSGroupInfo(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
static RSGroupInfo |
ProtobufUtil.toGroupInfo(RSGroupProtos.RSGroupInfo proto) |
| Modifier and Type | Method and Description |
|---|---|
RSGroupInfo |
RSGroupInfoManager.getRSGroup(String groupName)
Gets
RSGroupInfo for the given group name. |
RSGroupInfo |
RSGroupAdminServer.getRSGroupInfo(String groupName) |
RSGroupInfo |
RSGroupAdmin.getRSGroupInfo(String groupName)
Gets
RSGroupInfo for given group name. |
RSGroupInfo |
RSGroupAdminServer.getRSGroupInfoOfTable(TableName tableName) |
RSGroupInfo |
RSGroupAdmin.getRSGroupInfoOfTable(TableName tableName)
Gets
RSGroupInfo for the given table's group. |
RSGroupInfo |
RSGroupInfoManager.getRSGroupOfServer(Address serverHostPort)
Gets the group info of server.
|
RSGroupInfo |
RSGroupAdminServer.getRSGroupOfServer(Address hostPort) |
RSGroupInfo |
RSGroupAdmin.getRSGroupOfServer(Address hostPort)
Retrieve the RSGroupInfo a server is affiliated to
|
| Modifier and Type | Method and Description |
|---|---|
List<RSGroupInfo> |
RSGroupInfoManager.listRSGroups()
List the existing
RSGroupInfos. |
List<RSGroupInfo> |
RSGroupAdminServer.listRSGroups() |
List<RSGroupInfo> |
RSGroupAdmin.listRSGroups()
Lists current set of RegionServer groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RSGroupInfoManager.addRSGroup(RSGroupInfo rsGroupInfo)
Add given RSGroupInfo to existing list of group infos.
|
| Constructor and Description |
|---|
RSGroupInfo(RSGroupInfo src) |
Copyright © 2007–2019 Cloudera. All rights reserved.