public static final class ClusterStatusPB.ClusterStatus extends com.google.protobuf.GeneratedMessageLite implements ClusterStatusPB.ClusterStatusOrBuilder
ClusterStatus| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterStatusPB.ClusterStatus.Builder
Protobuf type
ClusterStatus |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
BACKUP_MASTERS_FIELD_NUMBER |
static int |
BALANCER_ON_FIELD_NUMBER |
static int |
CLUSTER_ID_FIELD_NUMBER |
static int |
DEAD_SERVERS_FIELD_NUMBER |
static int |
HBASE_VERSION_FIELD_NUMBER |
static int |
LIVE_SERVERS_FIELD_NUMBER |
static int |
MASTER_COPROCESSORS_FIELD_NUMBER |
static int |
MASTER_FIELD_NUMBER |
static com.google.protobuf.Parser<ClusterStatusPB.ClusterStatus> |
PARSER |
static int |
REGIONS_IN_TRANSITION_FIELD_NUMBER |
| 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; |
HBasePB.ServerNameOrBuilder |
getBackupMastersOrBuilder(int index)
repeated .ServerName backup_masters = 8; |
List<? extends HBasePB.ServerNameOrBuilder> |
getBackupMastersOrBuilderList()
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; |
HBasePB.ServerNameOrBuilder |
getDeadServersOrBuilder(int index)
repeated .ServerName dead_servers = 3; |
List<? extends HBasePB.ServerNameOrBuilder> |
getDeadServersOrBuilderList()
repeated .ServerName dead_servers = 3; |
static ClusterStatusPB.ClusterStatus |
getDefaultInstance() |
ClusterStatusPB.ClusterStatus |
getDefaultInstanceForType() |
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; |
ClusterStatusPB.LiveServerInfoOrBuilder |
getLiveServersOrBuilder(int index)
repeated .LiveServerInfo live_servers = 2; |
List<? extends ClusterStatusPB.LiveServerInfoOrBuilder> |
getLiveServersOrBuilderList()
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; |
HBasePB.CoprocessorOrBuilder |
getMasterCoprocessorsOrBuilder(int index)
repeated .Coprocessor master_coprocessors = 6; |
List<? extends HBasePB.CoprocessorOrBuilder> |
getMasterCoprocessorsOrBuilderList()
repeated .Coprocessor master_coprocessors = 6; |
com.google.protobuf.Parser<ClusterStatusPB.ClusterStatus> |
getParserForType() |
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; |
ClusterStatusPB.RegionInTransitionOrBuilder |
getRegionsInTransitionOrBuilder(int index)
repeated .RegionInTransition regions_in_transition = 4; |
List<? extends ClusterStatusPB.RegionInTransitionOrBuilder> |
getRegionsInTransitionOrBuilderList()
repeated .RegionInTransition regions_in_transition = 4; |
int |
getSerializedSize() |
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 |
isInitialized() |
static ClusterStatusPB.ClusterStatus.Builder |
newBuilder() |
static ClusterStatusPB.ClusterStatus.Builder |
newBuilder(ClusterStatusPB.ClusterStatus prototype) |
ClusterStatusPB.ClusterStatus.Builder |
newBuilderForType() |
static ClusterStatusPB.ClusterStatus |
parseDelimitedFrom(InputStream input) |
static ClusterStatusPB.ClusterStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ClusterStatus |
parseFrom(byte[] data) |
static ClusterStatusPB.ClusterStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ClusterStatus |
parseFrom(com.google.protobuf.ByteString data) |
static ClusterStatusPB.ClusterStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ClusterStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStatusPB.ClusterStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusPB.ClusterStatus |
parseFrom(InputStream input) |
static ClusterStatusPB.ClusterStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusPB.ClusterStatus.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<ClusterStatusPB.ClusterStatus> PARSER
public static final int HBASE_VERSION_FIELD_NUMBER
public static final int LIVE_SERVERS_FIELD_NUMBER
public static final int DEAD_SERVERS_FIELD_NUMBER
public static final int REGIONS_IN_TRANSITION_FIELD_NUMBER
public static final int CLUSTER_ID_FIELD_NUMBER
public static final int MASTER_COPROCESSORS_FIELD_NUMBER
public static final int MASTER_FIELD_NUMBER
public static final int BACKUP_MASTERS_FIELD_NUMBER
public static final int BALANCER_ON_FIELD_NUMBER
public static ClusterStatusPB.ClusterStatus getDefaultInstance()
public ClusterStatusPB.ClusterStatus getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClusterStatusPB.ClusterStatus> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasHbaseVersion()
optional .HBaseVersionFileContent hbase_version = 1;hasHbaseVersion in interface ClusterStatusPB.ClusterStatusOrBuilderpublic FSPB.HBaseVersionFileContent getHbaseVersion()
optional .HBaseVersionFileContent hbase_version = 1;getHbaseVersion in interface ClusterStatusPB.ClusterStatusOrBuilderpublic List<ClusterStatusPB.LiveServerInfo> getLiveServersList()
repeated .LiveServerInfo live_servers = 2;getLiveServersList in interface ClusterStatusPB.ClusterStatusOrBuilderpublic List<? extends ClusterStatusPB.LiveServerInfoOrBuilder> getLiveServersOrBuilderList()
repeated .LiveServerInfo live_servers = 2;public int getLiveServersCount()
repeated .LiveServerInfo live_servers = 2;getLiveServersCount in interface ClusterStatusPB.ClusterStatusOrBuilderpublic ClusterStatusPB.LiveServerInfo getLiveServers(int index)
repeated .LiveServerInfo live_servers = 2;getLiveServers in interface ClusterStatusPB.ClusterStatusOrBuilderpublic ClusterStatusPB.LiveServerInfoOrBuilder getLiveServersOrBuilder(int index)
repeated .LiveServerInfo live_servers = 2;public List<HBasePB.ServerName> getDeadServersList()
repeated .ServerName dead_servers = 3;getDeadServersList in interface ClusterStatusPB.ClusterStatusOrBuilderpublic List<? extends HBasePB.ServerNameOrBuilder> getDeadServersOrBuilderList()
repeated .ServerName dead_servers = 3;public int getDeadServersCount()
repeated .ServerName dead_servers = 3;getDeadServersCount in interface ClusterStatusPB.ClusterStatusOrBuilderpublic HBasePB.ServerName getDeadServers(int index)
repeated .ServerName dead_servers = 3;getDeadServers in interface ClusterStatusPB.ClusterStatusOrBuilderpublic HBasePB.ServerNameOrBuilder getDeadServersOrBuilder(int index)
repeated .ServerName dead_servers = 3;public List<ClusterStatusPB.RegionInTransition> getRegionsInTransitionList()
repeated .RegionInTransition regions_in_transition = 4;getRegionsInTransitionList in interface ClusterStatusPB.ClusterStatusOrBuilderpublic List<? extends ClusterStatusPB.RegionInTransitionOrBuilder> getRegionsInTransitionOrBuilderList()
repeated .RegionInTransition regions_in_transition = 4;public int getRegionsInTransitionCount()
repeated .RegionInTransition regions_in_transition = 4;getRegionsInTransitionCount in interface ClusterStatusPB.ClusterStatusOrBuilderpublic ClusterStatusPB.RegionInTransition getRegionsInTransition(int index)
repeated .RegionInTransition regions_in_transition = 4;getRegionsInTransition in interface ClusterStatusPB.ClusterStatusOrBuilderpublic ClusterStatusPB.RegionInTransitionOrBuilder getRegionsInTransitionOrBuilder(int index)
repeated .RegionInTransition regions_in_transition = 4;public boolean hasClusterId()
optional .ClusterId cluster_id = 5;hasClusterId in interface ClusterStatusPB.ClusterStatusOrBuilderpublic ClusterIdPB.ClusterId getClusterId()
optional .ClusterId cluster_id = 5;getClusterId in interface ClusterStatusPB.ClusterStatusOrBuilderpublic List<HBasePB.Coprocessor> getMasterCoprocessorsList()
repeated .Coprocessor master_coprocessors = 6;getMasterCoprocessorsList in interface ClusterStatusPB.ClusterStatusOrBuilderpublic List<? extends HBasePB.CoprocessorOrBuilder> getMasterCoprocessorsOrBuilderList()
repeated .Coprocessor master_coprocessors = 6;public int getMasterCoprocessorsCount()
repeated .Coprocessor master_coprocessors = 6;getMasterCoprocessorsCount in interface ClusterStatusPB.ClusterStatusOrBuilderpublic HBasePB.Coprocessor getMasterCoprocessors(int index)
repeated .Coprocessor master_coprocessors = 6;getMasterCoprocessors in interface ClusterStatusPB.ClusterStatusOrBuilderpublic HBasePB.CoprocessorOrBuilder getMasterCoprocessorsOrBuilder(int index)
repeated .Coprocessor master_coprocessors = 6;public boolean hasMaster()
optional .ServerName master = 7;hasMaster in interface ClusterStatusPB.ClusterStatusOrBuilderpublic HBasePB.ServerName getMaster()
optional .ServerName master = 7;getMaster in interface ClusterStatusPB.ClusterStatusOrBuilderpublic List<HBasePB.ServerName> getBackupMastersList()
repeated .ServerName backup_masters = 8;getBackupMastersList in interface ClusterStatusPB.ClusterStatusOrBuilderpublic List<? extends HBasePB.ServerNameOrBuilder> getBackupMastersOrBuilderList()
repeated .ServerName backup_masters = 8;public int getBackupMastersCount()
repeated .ServerName backup_masters = 8;getBackupMastersCount in interface ClusterStatusPB.ClusterStatusOrBuilderpublic HBasePB.ServerName getBackupMasters(int index)
repeated .ServerName backup_masters = 8;getBackupMasters in interface ClusterStatusPB.ClusterStatusOrBuilderpublic HBasePB.ServerNameOrBuilder getBackupMastersOrBuilder(int index)
repeated .ServerName backup_masters = 8;public boolean hasBalancerOn()
optional bool balancer_on = 9;hasBalancerOn in interface ClusterStatusPB.ClusterStatusOrBuilderpublic boolean getBalancerOn()
optional bool balancer_on = 9;getBalancerOn in interface ClusterStatusPB.ClusterStatusOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static ClusterStatusPB.ClusterStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ClusterStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ClusterStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ClusterStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusPB.ClusterStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.ClusterStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.ClusterStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.ClusterStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.ClusterStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusPB.ClusterStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusPB.ClusterStatus.Builder newBuilder()
public ClusterStatusPB.ClusterStatus.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClusterStatusPB.ClusterStatus.Builder newBuilder(ClusterStatusPB.ClusterStatus prototype)
public ClusterStatusPB.ClusterStatus.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors