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 |
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
isInitialized |
hasHbaseVersion
boolean hasHbaseVersion()
getHbaseVersion
FSProtos.HBaseVersionFileContent getHbaseVersion()
getHbaseVersionOrBuilder
FSProtos.HBaseVersionFileContentOrBuilder getHbaseVersionOrBuilder()
getLiveServersList
List<ClusterStatusProtos.LiveServerInfo> getLiveServersList()
getLiveServers
ClusterStatusProtos.LiveServerInfo getLiveServers(int index)
getLiveServersCount
int getLiveServersCount()
getLiveServersOrBuilderList
List<? extends ClusterStatusProtos.LiveServerInfoOrBuilder> getLiveServersOrBuilderList()
getLiveServersOrBuilder
ClusterStatusProtos.LiveServerInfoOrBuilder getLiveServersOrBuilder(int index)
getDeadServersList
List<HBaseProtos.ServerName> getDeadServersList()
getDeadServers
HBaseProtos.ServerName getDeadServers(int index)
getDeadServersCount
int getDeadServersCount()
getDeadServersOrBuilderList
List<? extends HBaseProtos.ServerNameOrBuilder> getDeadServersOrBuilderList()
getDeadServersOrBuilder
HBaseProtos.ServerNameOrBuilder getDeadServersOrBuilder(int index)
getRegionsInTransitionList
List<ClusterStatusProtos.RegionInTransition> getRegionsInTransitionList()
getRegionsInTransition
ClusterStatusProtos.RegionInTransition getRegionsInTransition(int index)
getRegionsInTransitionCount
int getRegionsInTransitionCount()
getRegionsInTransitionOrBuilderList
List<? extends ClusterStatusProtos.RegionInTransitionOrBuilder> getRegionsInTransitionOrBuilderList()
getRegionsInTransitionOrBuilder
ClusterStatusProtos.RegionInTransitionOrBuilder getRegionsInTransitionOrBuilder(int index)
hasClusterId
boolean hasClusterId()
getClusterId
ClusterIdProtos.ClusterId getClusterId()
getClusterIdOrBuilder
ClusterIdProtos.ClusterIdOrBuilder getClusterIdOrBuilder()
getMasterCoprocessorsList
List<HBaseProtos.Coprocessor> getMasterCoprocessorsList()
getMasterCoprocessors
HBaseProtos.Coprocessor getMasterCoprocessors(int index)
getMasterCoprocessorsCount
int getMasterCoprocessorsCount()
getMasterCoprocessorsOrBuilderList
List<? extends HBaseProtos.CoprocessorOrBuilder> getMasterCoprocessorsOrBuilderList()
getMasterCoprocessorsOrBuilder
HBaseProtos.CoprocessorOrBuilder getMasterCoprocessorsOrBuilder(int index)
hasMaster
boolean hasMaster()
getMaster
HBaseProtos.ServerName getMaster()
getMasterOrBuilder
HBaseProtos.ServerNameOrBuilder getMasterOrBuilder()
getBackupMastersList
List<HBaseProtos.ServerName> getBackupMastersList()
getBackupMasters
HBaseProtos.ServerName getBackupMasters(int index)
getBackupMastersCount
int getBackupMastersCount()
getBackupMastersOrBuilderList
List<? extends HBaseProtos.ServerNameOrBuilder> getBackupMastersOrBuilderList()
getBackupMastersOrBuilder
HBaseProtos.ServerNameOrBuilder getBackupMastersOrBuilder(int index)
hasBalancerOn
boolean hasBalancerOn()
getBalancerOn
boolean getBalancerOn()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.