org.apache.hadoop.hbase.protobuf.generated
Interface ClusterStatusProtos.ClusterStatusOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ClusterStatusProtos.ClusterStatus, ClusterStatusProtos.ClusterStatus.Builder
- Enclosing class:
- ClusterStatusProtos
public static interface ClusterStatusProtos.ClusterStatusOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasHbaseVersion
boolean hasHbaseVersion()
optional .HBaseVersionFileContent hbase_version = 1;
getHbaseVersion
FSProtos.HBaseVersionFileContent getHbaseVersion()
optional .HBaseVersionFileContent hbase_version = 1;
getHbaseVersionOrBuilder
FSProtos.HBaseVersionFileContentOrBuilder getHbaseVersionOrBuilder()
optional .HBaseVersionFileContent hbase_version = 1;
getLiveServersList
List<ClusterStatusProtos.LiveServerInfo> getLiveServersList()
repeated .LiveServerInfo live_servers = 2;
getLiveServers
ClusterStatusProtos.LiveServerInfo getLiveServers(int index)
repeated .LiveServerInfo live_servers = 2;
getLiveServersCount
int getLiveServersCount()
repeated .LiveServerInfo live_servers = 2;
getLiveServersOrBuilderList
List<? extends ClusterStatusProtos.LiveServerInfoOrBuilder> getLiveServersOrBuilderList()
repeated .LiveServerInfo live_servers = 2;
getLiveServersOrBuilder
ClusterStatusProtos.LiveServerInfoOrBuilder getLiveServersOrBuilder(int index)
repeated .LiveServerInfo live_servers = 2;
getDeadServersList
List<HBaseProtos.ServerName> getDeadServersList()
repeated .ServerName dead_servers = 3;
getDeadServers
HBaseProtos.ServerName getDeadServers(int index)
repeated .ServerName dead_servers = 3;
getDeadServersCount
int getDeadServersCount()
repeated .ServerName dead_servers = 3;
getDeadServersOrBuilderList
List<? extends HBaseProtos.ServerNameOrBuilder> getDeadServersOrBuilderList()
repeated .ServerName dead_servers = 3;
getDeadServersOrBuilder
HBaseProtos.ServerNameOrBuilder getDeadServersOrBuilder(int index)
repeated .ServerName dead_servers = 3;
getRegionsInTransitionList
List<ClusterStatusProtos.RegionInTransition> getRegionsInTransitionList()
repeated .RegionInTransition regions_in_transition = 4;
getRegionsInTransition
ClusterStatusProtos.RegionInTransition getRegionsInTransition(int index)
repeated .RegionInTransition regions_in_transition = 4;
getRegionsInTransitionCount
int getRegionsInTransitionCount()
repeated .RegionInTransition regions_in_transition = 4;
getRegionsInTransitionOrBuilderList
List<? extends ClusterStatusProtos.RegionInTransitionOrBuilder> getRegionsInTransitionOrBuilderList()
repeated .RegionInTransition regions_in_transition = 4;
getRegionsInTransitionOrBuilder
ClusterStatusProtos.RegionInTransitionOrBuilder getRegionsInTransitionOrBuilder(int index)
repeated .RegionInTransition regions_in_transition = 4;
hasClusterId
boolean hasClusterId()
optional .ClusterId cluster_id = 5;
getClusterId
ClusterIdProtos.ClusterId getClusterId()
optional .ClusterId cluster_id = 5;
getClusterIdOrBuilder
ClusterIdProtos.ClusterIdOrBuilder getClusterIdOrBuilder()
optional .ClusterId cluster_id = 5;
getMasterCoprocessorsList
List<HBaseProtos.Coprocessor> getMasterCoprocessorsList()
repeated .Coprocessor master_coprocessors = 6;
getMasterCoprocessors
HBaseProtos.Coprocessor getMasterCoprocessors(int index)
repeated .Coprocessor master_coprocessors = 6;
getMasterCoprocessorsCount
int getMasterCoprocessorsCount()
repeated .Coprocessor master_coprocessors = 6;
getMasterCoprocessorsOrBuilderList
List<? extends HBaseProtos.CoprocessorOrBuilder> getMasterCoprocessorsOrBuilderList()
repeated .Coprocessor master_coprocessors = 6;
getMasterCoprocessorsOrBuilder
HBaseProtos.CoprocessorOrBuilder getMasterCoprocessorsOrBuilder(int index)
repeated .Coprocessor master_coprocessors = 6;
hasMaster
boolean hasMaster()
optional .ServerName master = 7;
getMaster
HBaseProtos.ServerName getMaster()
optional .ServerName master = 7;
getMasterOrBuilder
HBaseProtos.ServerNameOrBuilder getMasterOrBuilder()
optional .ServerName master = 7;
getBackupMastersList
List<HBaseProtos.ServerName> getBackupMastersList()
repeated .ServerName backup_masters = 8;
getBackupMasters
HBaseProtos.ServerName getBackupMasters(int index)
repeated .ServerName backup_masters = 8;
getBackupMastersCount
int getBackupMastersCount()
repeated .ServerName backup_masters = 8;
getBackupMastersOrBuilderList
List<? extends HBaseProtos.ServerNameOrBuilder> getBackupMastersOrBuilderList()
repeated .ServerName backup_masters = 8;
getBackupMastersOrBuilder
HBaseProtos.ServerNameOrBuilder getBackupMastersOrBuilder(int index)
repeated .ServerName backup_masters = 8;
hasBalancerOn
boolean hasBalancerOn()
optional bool balancer_on = 9;
getBalancerOn
boolean getBalancerOn()
optional bool balancer_on = 9;
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.