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


Method Summary
 HBaseProtos.ServerName getBackupMasters(int index)
           
 int getBackupMastersCount()
           
 List<HBaseProtos.ServerName> getBackupMastersList()
           
 HBaseProtos.ServerNameOrBuilder getBackupMastersOrBuilder(int index)
           
 List<? extends HBaseProtos.ServerNameOrBuilder> getBackupMastersOrBuilderList()
           
 boolean getBalancerOn()
           
 ClusterIdProtos.ClusterId getClusterId()
           
 ClusterIdProtos.ClusterIdOrBuilder getClusterIdOrBuilder()
           
 HBaseProtos.ServerName getDeadServers(int index)
           
 int getDeadServersCount()
           
 List<HBaseProtos.ServerName> getDeadServersList()
           
 HBaseProtos.ServerNameOrBuilder getDeadServersOrBuilder(int index)
           
 List<? extends HBaseProtos.ServerNameOrBuilder> getDeadServersOrBuilderList()
           
 FSProtos.HBaseVersionFileContent getHbaseVersion()
           
 FSProtos.HBaseVersionFileContentOrBuilder getHbaseVersionOrBuilder()
           
 ClusterStatusProtos.LiveServerInfo getLiveServers(int index)
           
 int getLiveServersCount()
           
 List<ClusterStatusProtos.LiveServerInfo> getLiveServersList()
           
 ClusterStatusProtos.LiveServerInfoOrBuilder getLiveServersOrBuilder(int index)
           
 List<? extends ClusterStatusProtos.LiveServerInfoOrBuilder> getLiveServersOrBuilderList()
           
 HBaseProtos.ServerName getMaster()
           
 HBaseProtos.Coprocessor getMasterCoprocessors(int index)
           
 int getMasterCoprocessorsCount()
           
 List<HBaseProtos.Coprocessor> getMasterCoprocessorsList()
           
 HBaseProtos.CoprocessorOrBuilder getMasterCoprocessorsOrBuilder(int index)
           
 List<? extends HBaseProtos.CoprocessorOrBuilder> getMasterCoprocessorsOrBuilderList()
           
 HBaseProtos.ServerNameOrBuilder getMasterOrBuilder()
           
 ClusterStatusProtos.RegionInTransition getRegionsInTransition(int index)
           
 int getRegionsInTransitionCount()
           
 List<ClusterStatusProtos.RegionInTransition> getRegionsInTransitionList()
           
 ClusterStatusProtos.RegionInTransitionOrBuilder getRegionsInTransitionOrBuilder(int index)
           
 List<? extends ClusterStatusProtos.RegionInTransitionOrBuilder> getRegionsInTransitionOrBuilderList()
           
 boolean hasBalancerOn()
           
 boolean hasClusterId()
           
 boolean hasHbaseVersion()
           
 boolean hasMaster()
           
 
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
 

Method Detail

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.