Package | Description |
---|---|
org.apache.hadoop.hbase.rsgroup |
Modifier and Type | Method and Description |
---|---|
RSGroupInfo |
RSGroupInfoManagerImpl.getRSGroup(String groupName)
Gets the group information.
|
RSGroupInfo |
RSGroupInfoManager.getRSGroup(String groupName)
Gets
RSGroupInfo for the given group name. |
RSGroupInfo |
RSGroupAdmin.getRSGroupInfo(String groupName)
Gets
RSGroupInfo for given group name. |
RSGroupInfo |
RSGroupAdminServer.getRSGroupInfo(String groupName) |
RSGroupInfo |
RSGroupAdmin.getRSGroupInfoOfTable(TableName tableName)
Gets
RSGroupInfo for the given table's group. |
RSGroupInfo |
RSGroupAdminServer.getRSGroupInfoOfTable(TableName tableName) |
RSGroupInfo |
RSGroupAdmin.getRSGroupOfServer(Address hostPort)
Retrieve the RSGroupInfo a server is affiliated to
|
RSGroupInfo |
RSGroupAdminServer.getRSGroupOfServer(Address server) |
RSGroupInfo |
RSGroupInfoManagerImpl.getRSGroupOfServer(Address server)
Gets the group info of server.
|
RSGroupInfo |
RSGroupInfoManager.getRSGroupOfServer(Address serverHostPort)
Gets the group info of server.
|
Modifier and Type | Method and Description |
---|---|
List<RSGroupInfo> |
RSGroupAdmin.listRSGroups()
Lists current set of RegionServer groups.
|
List<RSGroupInfo> |
RSGroupAdminServer.listRSGroups() |
List<RSGroupInfo> |
RSGroupInfoManagerImpl.listRSGroups() |
List<RSGroupInfo> |
RSGroupInfoManager.listRSGroups()
List the existing
RSGroupInfo s. |
List<RSGroupInfo> |
RSGroupSerDe.retrieveGroupList(Table groupTable) |
List<RSGroupInfo> |
RSGroupSerDe.retrieveGroupList(ZooKeeperWatcher watcher,
String groupBasePath) |
Modifier and Type | Method and Description |
---|---|
void |
RSGroupInfoManagerImpl.addRSGroup(RSGroupInfo rsGroupInfo)
Adds the group.
|
void |
RSGroupInfoManager.addRSGroup(RSGroupInfo rsGroupInfo)
Add given RSGroupInfo to existing list of group infos.
|
Constructor and Description |
---|
RSGroupInfo(RSGroupInfo src) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.