public static final class ClusterStatusProtos.ClusterStatus extends com.google.protobuf.GeneratedMessage implements ClusterStatusProtos.ClusterStatusOrBuilder
hbase.pb.ClusterStatus| 限定符和类型 | 类和说明 |
|---|---|
static class |
ClusterStatusProtos.ClusterStatus.Builder
Protobuf type
hbase.pb.ClusterStatus |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| 限定符和类型 | 字段和说明 |
|---|---|
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<ClusterStatusProtos.ClusterStatus> |
PARSER |
static int |
REGIONS_IN_TRANSITION_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
HBaseProtos.ServerName |
getBackupMasters(int index)
repeated .hbase.pb.ServerName backup_masters = 8; |
int |
getBackupMastersCount()
repeated .hbase.pb.ServerName backup_masters = 8; |
List<HBaseProtos.ServerName> |
getBackupMastersList()
repeated .hbase.pb.ServerName backup_masters = 8; |
HBaseProtos.ServerNameOrBuilder |
getBackupMastersOrBuilder(int index)
repeated .hbase.pb.ServerName backup_masters = 8; |
List<? extends HBaseProtos.ServerNameOrBuilder> |
getBackupMastersOrBuilderList()
repeated .hbase.pb.ServerName backup_masters = 8; |
boolean |
getBalancerOn()
optional bool balancer_on = 9; |
ClusterIdProtos.ClusterId |
getClusterId()
optional .hbase.pb.ClusterId cluster_id = 5; |
ClusterIdProtos.ClusterIdOrBuilder |
getClusterIdOrBuilder()
optional .hbase.pb.ClusterId cluster_id = 5; |
HBaseProtos.ServerName |
getDeadServers(int index)
repeated .hbase.pb.ServerName dead_servers = 3; |
int |
getDeadServersCount()
repeated .hbase.pb.ServerName dead_servers = 3; |
List<HBaseProtos.ServerName> |
getDeadServersList()
repeated .hbase.pb.ServerName dead_servers = 3; |
HBaseProtos.ServerNameOrBuilder |
getDeadServersOrBuilder(int index)
repeated .hbase.pb.ServerName dead_servers = 3; |
List<? extends HBaseProtos.ServerNameOrBuilder> |
getDeadServersOrBuilderList()
repeated .hbase.pb.ServerName dead_servers = 3; |
static ClusterStatusProtos.ClusterStatus |
getDefaultInstance() |
ClusterStatusProtos.ClusterStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FSProtos.HBaseVersionFileContent |
getHbaseVersion()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
FSProtos.HBaseVersionFileContentOrBuilder |
getHbaseVersionOrBuilder()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
ClusterStatusProtos.LiveServerInfo |
getLiveServers(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
int |
getLiveServersCount()
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
List<ClusterStatusProtos.LiveServerInfo> |
getLiveServersList()
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
ClusterStatusProtos.LiveServerInfoOrBuilder |
getLiveServersOrBuilder(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
List<? extends ClusterStatusProtos.LiveServerInfoOrBuilder> |
getLiveServersOrBuilderList()
repeated .hbase.pb.LiveServerInfo live_servers = 2; |
HBaseProtos.ServerName |
getMaster()
optional .hbase.pb.ServerName master = 7; |
HBaseProtos.Coprocessor |
getMasterCoprocessors(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
int |
getMasterCoprocessorsCount()
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
List<HBaseProtos.Coprocessor> |
getMasterCoprocessorsList()
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
HBaseProtos.CoprocessorOrBuilder |
getMasterCoprocessorsOrBuilder(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
List<? extends HBaseProtos.CoprocessorOrBuilder> |
getMasterCoprocessorsOrBuilderList()
repeated .hbase.pb.Coprocessor master_coprocessors = 6; |
HBaseProtos.ServerNameOrBuilder |
getMasterOrBuilder()
optional .hbase.pb.ServerName master = 7; |
com.google.protobuf.Parser<ClusterStatusProtos.ClusterStatus> |
getParserForType() |
ClusterStatusProtos.RegionInTransition |
getRegionsInTransition(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
int |
getRegionsInTransitionCount()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
List<ClusterStatusProtos.RegionInTransition> |
getRegionsInTransitionList()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
ClusterStatusProtos.RegionInTransitionOrBuilder |
getRegionsInTransitionOrBuilder(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
List<? extends ClusterStatusProtos.RegionInTransitionOrBuilder> |
getRegionsInTransitionOrBuilderList()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBalancerOn()
optional bool balancer_on = 9; |
boolean |
hasClusterId()
optional .hbase.pb.ClusterId cluster_id = 5; |
boolean |
hasHbaseVersion()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1; |
int |
hashCode() |
boolean |
hasMaster()
optional .hbase.pb.ServerName master = 7; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClusterStatusProtos.ClusterStatus.Builder |
newBuilder() |
static ClusterStatusProtos.ClusterStatus.Builder |
newBuilder(ClusterStatusProtos.ClusterStatus prototype) |
ClusterStatusProtos.ClusterStatus.Builder |
newBuilderForType() |
protected ClusterStatusProtos.ClusterStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ClusterStatusProtos.ClusterStatus |
parseDelimitedFrom(InputStream input) |
static ClusterStatusProtos.ClusterStatus |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.ClusterStatus |
parseFrom(byte[] data) |
static ClusterStatusProtos.ClusterStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.ClusterStatus |
parseFrom(com.google.protobuf.ByteString data) |
static ClusterStatusProtos.ClusterStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.ClusterStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClusterStatusProtos.ClusterStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClusterStatusProtos.ClusterStatus |
parseFrom(InputStream input) |
static ClusterStatusProtos.ClusterStatus |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClusterStatusProtos.ClusterStatus.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<ClusterStatusProtos.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 ClusterStatusProtos.ClusterStatus getDefaultInstance()
public ClusterStatusProtos.ClusterStatus getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<ClusterStatusProtos.ClusterStatus> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic boolean hasHbaseVersion()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;public FSProtos.HBaseVersionFileContent getHbaseVersion()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;public FSProtos.HBaseVersionFileContentOrBuilder getHbaseVersionOrBuilder()
optional .hbase.pb.HBaseVersionFileContent hbase_version = 1;public List<ClusterStatusProtos.LiveServerInfo> getLiveServersList()
repeated .hbase.pb.LiveServerInfo live_servers = 2;public List<? extends ClusterStatusProtos.LiveServerInfoOrBuilder> getLiveServersOrBuilderList()
repeated .hbase.pb.LiveServerInfo live_servers = 2;public int getLiveServersCount()
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.LiveServerInfo getLiveServers(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public ClusterStatusProtos.LiveServerInfoOrBuilder getLiveServersOrBuilder(int index)
repeated .hbase.pb.LiveServerInfo live_servers = 2;public List<HBaseProtos.ServerName> getDeadServersList()
repeated .hbase.pb.ServerName dead_servers = 3;public List<? extends HBaseProtos.ServerNameOrBuilder> getDeadServersOrBuilderList()
repeated .hbase.pb.ServerName dead_servers = 3;public int getDeadServersCount()
repeated .hbase.pb.ServerName dead_servers = 3;public HBaseProtos.ServerName getDeadServers(int index)
repeated .hbase.pb.ServerName dead_servers = 3;public HBaseProtos.ServerNameOrBuilder getDeadServersOrBuilder(int index)
repeated .hbase.pb.ServerName dead_servers = 3;public List<ClusterStatusProtos.RegionInTransition> getRegionsInTransitionList()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public List<? extends ClusterStatusProtos.RegionInTransitionOrBuilder> getRegionsInTransitionOrBuilderList()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public int getRegionsInTransitionCount()
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.RegionInTransition getRegionsInTransition(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public ClusterStatusProtos.RegionInTransitionOrBuilder getRegionsInTransitionOrBuilder(int index)
repeated .hbase.pb.RegionInTransition regions_in_transition = 4;public boolean hasClusterId()
optional .hbase.pb.ClusterId cluster_id = 5;public ClusterIdProtos.ClusterId getClusterId()
optional .hbase.pb.ClusterId cluster_id = 5;public ClusterIdProtos.ClusterIdOrBuilder getClusterIdOrBuilder()
optional .hbase.pb.ClusterId cluster_id = 5;public List<HBaseProtos.Coprocessor> getMasterCoprocessorsList()
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public List<? extends HBaseProtos.CoprocessorOrBuilder> getMasterCoprocessorsOrBuilderList()
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public int getMasterCoprocessorsCount()
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public HBaseProtos.Coprocessor getMasterCoprocessors(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public HBaseProtos.CoprocessorOrBuilder getMasterCoprocessorsOrBuilder(int index)
repeated .hbase.pb.Coprocessor master_coprocessors = 6;public boolean hasMaster()
optional .hbase.pb.ServerName master = 7;public HBaseProtos.ServerName getMaster()
optional .hbase.pb.ServerName master = 7;public HBaseProtos.ServerNameOrBuilder getMasterOrBuilder()
optional .hbase.pb.ServerName master = 7;public List<HBaseProtos.ServerName> getBackupMastersList()
repeated .hbase.pb.ServerName backup_masters = 8;public List<? extends HBaseProtos.ServerNameOrBuilder> getBackupMastersOrBuilderList()
repeated .hbase.pb.ServerName backup_masters = 8;public int getBackupMastersCount()
repeated .hbase.pb.ServerName backup_masters = 8;public HBaseProtos.ServerName getBackupMasters(int index)
repeated .hbase.pb.ServerName backup_masters = 8;public HBaseProtos.ServerNameOrBuilder getBackupMastersOrBuilder(int index)
repeated .hbase.pb.ServerName backup_masters = 8;public boolean hasBalancerOn()
optional bool balancer_on = 9;public boolean getBalancerOn()
optional bool balancer_on = 9;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static ClusterStatusProtos.ClusterStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.ClusterStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.ClusterStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.ClusterStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClusterStatusProtos.ClusterStatus parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.ClusterStatus parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.ClusterStatus parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.ClusterStatus parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.ClusterStatus parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClusterStatusProtos.ClusterStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClusterStatusProtos.ClusterStatus.Builder newBuilder()
public ClusterStatusProtos.ClusterStatus.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ClusterStatusProtos.ClusterStatus.Builder newBuilder(ClusterStatusProtos.ClusterStatus prototype)
public ClusterStatusProtos.ClusterStatus.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ClusterStatusProtos.ClusterStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2007–2019. All rights reserved.