public static interface ClusterStatusPB.ClusterStatusOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
HBasePB.ServerName |
getBackupMasters(int index)
repeated .ServerName backup_masters = 8; |
int |
getBackupMastersCount()
repeated .ServerName backup_masters = 8; |
List<HBasePB.ServerName> |
getBackupMastersList()
repeated .ServerName backup_masters = 8; |
boolean |
getBalancerOn()
optional bool balancer_on = 9; |
ClusterIdPB.ClusterId |
getClusterId()
optional .ClusterId cluster_id = 5; |
HBasePB.ServerName |
getDeadServers(int index)
repeated .ServerName dead_servers = 3; |
int |
getDeadServersCount()
repeated .ServerName dead_servers = 3; |
List<HBasePB.ServerName> |
getDeadServersList()
repeated .ServerName dead_servers = 3; |
FSPB.HBaseVersionFileContent |
getHbaseVersion()
optional .HBaseVersionFileContent hbase_version = 1; |
ClusterStatusPB.LiveServerInfo |
getLiveServers(int index)
repeated .LiveServerInfo live_servers = 2; |
int |
getLiveServersCount()
repeated .LiveServerInfo live_servers = 2; |
List<ClusterStatusPB.LiveServerInfo> |
getLiveServersList()
repeated .LiveServerInfo live_servers = 2; |
HBasePB.ServerName |
getMaster()
optional .ServerName master = 7; |
HBasePB.Coprocessor |
getMasterCoprocessors(int index)
repeated .Coprocessor master_coprocessors = 6; |
int |
getMasterCoprocessorsCount()
repeated .Coprocessor master_coprocessors = 6; |
List<HBasePB.Coprocessor> |
getMasterCoprocessorsList()
repeated .Coprocessor master_coprocessors = 6; |
ClusterStatusPB.RegionInTransition |
getRegionsInTransition(int index)
repeated .RegionInTransition regions_in_transition = 4; |
int |
getRegionsInTransitionCount()
repeated .RegionInTransition regions_in_transition = 4; |
List<ClusterStatusPB.RegionInTransition> |
getRegionsInTransitionList()
repeated .RegionInTransition regions_in_transition = 4; |
boolean |
hasBalancerOn()
optional bool balancer_on = 9; |
boolean |
hasClusterId()
optional .ClusterId cluster_id = 5; |
boolean |
hasHbaseVersion()
optional .HBaseVersionFileContent hbase_version = 1; |
boolean |
hasMaster()
optional .ServerName master = 7; |
boolean hasHbaseVersion()
optional .HBaseVersionFileContent hbase_version = 1;
FSPB.HBaseVersionFileContent getHbaseVersion()
optional .HBaseVersionFileContent hbase_version = 1;
List<ClusterStatusPB.LiveServerInfo> getLiveServersList()
repeated .LiveServerInfo live_servers = 2;
ClusterStatusPB.LiveServerInfo getLiveServers(int index)
repeated .LiveServerInfo live_servers = 2;
int getLiveServersCount()
repeated .LiveServerInfo live_servers = 2;
List<HBasePB.ServerName> getDeadServersList()
repeated .ServerName dead_servers = 3;
HBasePB.ServerName getDeadServers(int index)
repeated .ServerName dead_servers = 3;
int getDeadServersCount()
repeated .ServerName dead_servers = 3;
List<ClusterStatusPB.RegionInTransition> getRegionsInTransitionList()
repeated .RegionInTransition regions_in_transition = 4;
ClusterStatusPB.RegionInTransition getRegionsInTransition(int index)
repeated .RegionInTransition regions_in_transition = 4;
int getRegionsInTransitionCount()
repeated .RegionInTransition regions_in_transition = 4;
boolean hasClusterId()
optional .ClusterId cluster_id = 5;
ClusterIdPB.ClusterId getClusterId()
optional .ClusterId cluster_id = 5;
List<HBasePB.Coprocessor> getMasterCoprocessorsList()
repeated .Coprocessor master_coprocessors = 6;
HBasePB.Coprocessor getMasterCoprocessors(int index)
repeated .Coprocessor master_coprocessors = 6;
int getMasterCoprocessorsCount()
repeated .Coprocessor master_coprocessors = 6;
boolean hasMaster()
optional .ServerName master = 7;
HBasePB.ServerName getMaster()
optional .ServerName master = 7;
List<HBasePB.ServerName> getBackupMastersList()
repeated .ServerName backup_masters = 8;
HBasePB.ServerName getBackupMasters(int index)
repeated .ServerName backup_masters = 8;
int getBackupMastersCount()
repeated .ServerName backup_masters = 8;
boolean hasBalancerOn()
optional bool balancer_on = 9;
boolean getBalancerOn()
optional bool balancer_on = 9;
Copyright © 2010-2017, The Async HBase Authors