org.apache.hadoop.hbase.protobuf.generated
Class ClusterStatusProtos.ClusterStatus

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ClusterStatus
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ClusterStatusProtos.ClusterStatusOrBuilder
Enclosing class:
ClusterStatusProtos

public static final class ClusterStatusProtos.ClusterStatus
extends com.google.protobuf.GeneratedMessage
implements ClusterStatusProtos.ClusterStatusOrBuilder

Protobuf type ClusterStatus

See Also:
Serialized Form

Nested Class Summary
static class ClusterStatusProtos.ClusterStatus.Builder
          Protobuf type ClusterStatus
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
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>
 
Field Summary
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
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 boolean equals(Object obj)
           
 HBaseProtos.ServerName getBackupMasters(int index)
          repeated .ServerName backup_masters = 8;
 int getBackupMastersCount()
          repeated .ServerName backup_masters = 8;
 List<HBaseProtos.ServerName> getBackupMastersList()
          repeated .ServerName backup_masters = 8;
 HBaseProtos.ServerNameOrBuilder getBackupMastersOrBuilder(int index)
          repeated .ServerName backup_masters = 8;
 List<? extends HBaseProtos.ServerNameOrBuilder> getBackupMastersOrBuilderList()
          repeated .ServerName backup_masters = 8;
 boolean getBalancerOn()
          optional bool balancer_on = 9;
 ClusterIdProtos.ClusterId getClusterId()
          optional .ClusterId cluster_id = 5;
 ClusterIdProtos.ClusterIdOrBuilder getClusterIdOrBuilder()
          optional .ClusterId cluster_id = 5;
 HBaseProtos.ServerName getDeadServers(int index)
          repeated .ServerName dead_servers = 3;
 int getDeadServersCount()
          repeated .ServerName dead_servers = 3;
 List<HBaseProtos.ServerName> getDeadServersList()
          repeated .ServerName dead_servers = 3;
 HBaseProtos.ServerNameOrBuilder getDeadServersOrBuilder(int index)
          repeated .ServerName dead_servers = 3;
 List<? extends HBaseProtos.ServerNameOrBuilder> getDeadServersOrBuilderList()
          repeated .ServerName dead_servers = 3;
static ClusterStatusProtos.ClusterStatus getDefaultInstance()
           
 ClusterStatusProtos.ClusterStatus getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 FSProtos.HBaseVersionFileContent getHbaseVersion()
          optional .HBaseVersionFileContent hbase_version = 1;
 FSProtos.HBaseVersionFileContentOrBuilder getHbaseVersionOrBuilder()
          optional .HBaseVersionFileContent hbase_version = 1;
 ClusterStatusProtos.LiveServerInfo getLiveServers(int index)
          repeated .LiveServerInfo live_servers = 2;
 int getLiveServersCount()
          repeated .LiveServerInfo live_servers = 2;
 List<ClusterStatusProtos.LiveServerInfo> getLiveServersList()
          repeated .LiveServerInfo live_servers = 2;
 ClusterStatusProtos.LiveServerInfoOrBuilder getLiveServersOrBuilder(int index)
          repeated .LiveServerInfo live_servers = 2;
 List<? extends ClusterStatusProtos.LiveServerInfoOrBuilder> getLiveServersOrBuilderList()
          repeated .LiveServerInfo live_servers = 2;
 HBaseProtos.ServerName getMaster()
          optional .ServerName master = 7;
 HBaseProtos.Coprocessor getMasterCoprocessors(int index)
          repeated .Coprocessor master_coprocessors = 6;
 int getMasterCoprocessorsCount()
          repeated .Coprocessor master_coprocessors = 6;
 List<HBaseProtos.Coprocessor> getMasterCoprocessorsList()
          repeated .Coprocessor master_coprocessors = 6;
 HBaseProtos.CoprocessorOrBuilder getMasterCoprocessorsOrBuilder(int index)
          repeated .Coprocessor master_coprocessors = 6;
 List<? extends HBaseProtos.CoprocessorOrBuilder> getMasterCoprocessorsOrBuilderList()
          repeated .Coprocessor master_coprocessors = 6;
 HBaseProtos.ServerNameOrBuilder getMasterOrBuilder()
          optional .ServerName master = 7;
 com.google.protobuf.Parser<ClusterStatusProtos.ClusterStatus> getParserForType()
           
 ClusterStatusProtos.RegionInTransition getRegionsInTransition(int index)
          repeated .RegionInTransition regions_in_transition = 4;
 int getRegionsInTransitionCount()
          repeated .RegionInTransition regions_in_transition = 4;
 List<ClusterStatusProtos.RegionInTransition> getRegionsInTransitionList()
          repeated .RegionInTransition regions_in_transition = 4;
 ClusterStatusProtos.RegionInTransitionOrBuilder getRegionsInTransitionOrBuilder(int index)
          repeated .RegionInTransition regions_in_transition = 4;
 List<? extends ClusterStatusProtos.RegionInTransitionOrBuilder> getRegionsInTransitionOrBuilderList()
          repeated .RegionInTransition regions_in_transition = 4;
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasBalancerOn()
          optional bool balancer_on = 9;
 boolean hasClusterId()
          optional .ClusterId cluster_id = 5;
 boolean hasHbaseVersion()
          optional .HBaseVersionFileContent hbase_version = 1;
 int hashCode()
           
 boolean hasMaster()
          optional .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)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<ClusterStatusProtos.ClusterStatus> PARSER

HBASE_VERSION_FIELD_NUMBER

public static final int HBASE_VERSION_FIELD_NUMBER
See Also:
Constant Field Values

LIVE_SERVERS_FIELD_NUMBER

public static final int LIVE_SERVERS_FIELD_NUMBER
See Also:
Constant Field Values

DEAD_SERVERS_FIELD_NUMBER

public static final int DEAD_SERVERS_FIELD_NUMBER
See Also:
Constant Field Values

REGIONS_IN_TRANSITION_FIELD_NUMBER

public static final int REGIONS_IN_TRANSITION_FIELD_NUMBER
See Also:
Constant Field Values

CLUSTER_ID_FIELD_NUMBER

public static final int CLUSTER_ID_FIELD_NUMBER
See Also:
Constant Field Values

MASTER_COPROCESSORS_FIELD_NUMBER

public static final int MASTER_COPROCESSORS_FIELD_NUMBER
See Also:
Constant Field Values

MASTER_FIELD_NUMBER

public static final int MASTER_FIELD_NUMBER
See Also:
Constant Field Values

BACKUP_MASTERS_FIELD_NUMBER

public static final int BACKUP_MASTERS_FIELD_NUMBER
See Also:
Constant Field Values

BALANCER_ON_FIELD_NUMBER

public static final int BALANCER_ON_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ClusterStatusProtos.ClusterStatus getDefaultInstance()

getDefaultInstanceForType

public ClusterStatusProtos.ClusterStatus getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

getParserForType

public com.google.protobuf.Parser<ClusterStatusProtos.ClusterStatus> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasHbaseVersion

public boolean hasHbaseVersion()
optional .HBaseVersionFileContent hbase_version = 1;

Specified by:
hasHbaseVersion in interface ClusterStatusProtos.ClusterStatusOrBuilder

getHbaseVersion

public FSProtos.HBaseVersionFileContent getHbaseVersion()
optional .HBaseVersionFileContent hbase_version = 1;

Specified by:
getHbaseVersion in interface ClusterStatusProtos.ClusterStatusOrBuilder

getHbaseVersionOrBuilder

public FSProtos.HBaseVersionFileContentOrBuilder getHbaseVersionOrBuilder()
optional .HBaseVersionFileContent hbase_version = 1;

Specified by:
getHbaseVersionOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilder

getLiveServersList

public List<ClusterStatusProtos.LiveServerInfo> getLiveServersList()
repeated .LiveServerInfo live_servers = 2;

Specified by:
getLiveServersList in interface ClusterStatusProtos.ClusterStatusOrBuilder

getLiveServersOrBuilderList

public List<? extends ClusterStatusProtos.LiveServerInfoOrBuilder> getLiveServersOrBuilderList()
repeated .LiveServerInfo live_servers = 2;

Specified by:
getLiveServersOrBuilderList in interface ClusterStatusProtos.ClusterStatusOrBuilder

getLiveServersCount

public int getLiveServersCount()
repeated .LiveServerInfo live_servers = 2;

Specified by:
getLiveServersCount in interface ClusterStatusProtos.ClusterStatusOrBuilder

getLiveServers

public ClusterStatusProtos.LiveServerInfo getLiveServers(int index)
repeated .LiveServerInfo live_servers = 2;

Specified by:
getLiveServers in interface ClusterStatusProtos.ClusterStatusOrBuilder

getLiveServersOrBuilder

public ClusterStatusProtos.LiveServerInfoOrBuilder getLiveServersOrBuilder(int index)
repeated .LiveServerInfo live_servers = 2;

Specified by:
getLiveServersOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilder

getDeadServersList

public List<HBaseProtos.ServerName> getDeadServersList()
repeated .ServerName dead_servers = 3;

Specified by:
getDeadServersList in interface ClusterStatusProtos.ClusterStatusOrBuilder

getDeadServersOrBuilderList

public List<? extends HBaseProtos.ServerNameOrBuilder> getDeadServersOrBuilderList()
repeated .ServerName dead_servers = 3;

Specified by:
getDeadServersOrBuilderList in interface ClusterStatusProtos.ClusterStatusOrBuilder

getDeadServersCount

public int getDeadServersCount()
repeated .ServerName dead_servers = 3;

Specified by:
getDeadServersCount in interface ClusterStatusProtos.ClusterStatusOrBuilder

getDeadServers

public HBaseProtos.ServerName getDeadServers(int index)
repeated .ServerName dead_servers = 3;

Specified by:
getDeadServers in interface ClusterStatusProtos.ClusterStatusOrBuilder

getDeadServersOrBuilder

public HBaseProtos.ServerNameOrBuilder getDeadServersOrBuilder(int index)
repeated .ServerName dead_servers = 3;

Specified by:
getDeadServersOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilder

getRegionsInTransitionList

public List<ClusterStatusProtos.RegionInTransition> getRegionsInTransitionList()
repeated .RegionInTransition regions_in_transition = 4;

Specified by:
getRegionsInTransitionList in interface ClusterStatusProtos.ClusterStatusOrBuilder

getRegionsInTransitionOrBuilderList

public List<? extends ClusterStatusProtos.RegionInTransitionOrBuilder> getRegionsInTransitionOrBuilderList()
repeated .RegionInTransition regions_in_transition = 4;

Specified by:
getRegionsInTransitionOrBuilderList in interface ClusterStatusProtos.ClusterStatusOrBuilder

getRegionsInTransitionCount

public int getRegionsInTransitionCount()
repeated .RegionInTransition regions_in_transition = 4;

Specified by:
getRegionsInTransitionCount in interface ClusterStatusProtos.ClusterStatusOrBuilder

getRegionsInTransition

public ClusterStatusProtos.RegionInTransition getRegionsInTransition(int index)
repeated .RegionInTransition regions_in_transition = 4;

Specified by:
getRegionsInTransition in interface ClusterStatusProtos.ClusterStatusOrBuilder

getRegionsInTransitionOrBuilder

public ClusterStatusProtos.RegionInTransitionOrBuilder getRegionsInTransitionOrBuilder(int index)
repeated .RegionInTransition regions_in_transition = 4;

Specified by:
getRegionsInTransitionOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilder

hasClusterId

public boolean hasClusterId()
optional .ClusterId cluster_id = 5;

Specified by:
hasClusterId in interface ClusterStatusProtos.ClusterStatusOrBuilder

getClusterId

public ClusterIdProtos.ClusterId getClusterId()
optional .ClusterId cluster_id = 5;

Specified by:
getClusterId in interface ClusterStatusProtos.ClusterStatusOrBuilder

getClusterIdOrBuilder

public ClusterIdProtos.ClusterIdOrBuilder getClusterIdOrBuilder()
optional .ClusterId cluster_id = 5;

Specified by:
getClusterIdOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilder

getMasterCoprocessorsList

public List<HBaseProtos.Coprocessor> getMasterCoprocessorsList()
repeated .Coprocessor master_coprocessors = 6;

Specified by:
getMasterCoprocessorsList in interface ClusterStatusProtos.ClusterStatusOrBuilder

getMasterCoprocessorsOrBuilderList

public List<? extends HBaseProtos.CoprocessorOrBuilder> getMasterCoprocessorsOrBuilderList()
repeated .Coprocessor master_coprocessors = 6;

Specified by:
getMasterCoprocessorsOrBuilderList in interface ClusterStatusProtos.ClusterStatusOrBuilder

getMasterCoprocessorsCount

public int getMasterCoprocessorsCount()
repeated .Coprocessor master_coprocessors = 6;

Specified by:
getMasterCoprocessorsCount in interface ClusterStatusProtos.ClusterStatusOrBuilder

getMasterCoprocessors

public HBaseProtos.Coprocessor getMasterCoprocessors(int index)
repeated .Coprocessor master_coprocessors = 6;

Specified by:
getMasterCoprocessors in interface ClusterStatusProtos.ClusterStatusOrBuilder

getMasterCoprocessorsOrBuilder

public HBaseProtos.CoprocessorOrBuilder getMasterCoprocessorsOrBuilder(int index)
repeated .Coprocessor master_coprocessors = 6;

Specified by:
getMasterCoprocessorsOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilder

hasMaster

public boolean hasMaster()
optional .ServerName master = 7;

Specified by:
hasMaster in interface ClusterStatusProtos.ClusterStatusOrBuilder

getMaster

public HBaseProtos.ServerName getMaster()
optional .ServerName master = 7;

Specified by:
getMaster in interface ClusterStatusProtos.ClusterStatusOrBuilder

getMasterOrBuilder

public HBaseProtos.ServerNameOrBuilder getMasterOrBuilder()
optional .ServerName master = 7;

Specified by:
getMasterOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilder

getBackupMastersList

public List<HBaseProtos.ServerName> getBackupMastersList()
repeated .ServerName backup_masters = 8;

Specified by:
getBackupMastersList in interface ClusterStatusProtos.ClusterStatusOrBuilder

getBackupMastersOrBuilderList

public List<? extends HBaseProtos.ServerNameOrBuilder> getBackupMastersOrBuilderList()
repeated .ServerName backup_masters = 8;

Specified by:
getBackupMastersOrBuilderList in interface ClusterStatusProtos.ClusterStatusOrBuilder

getBackupMastersCount

public int getBackupMastersCount()
repeated .ServerName backup_masters = 8;

Specified by:
getBackupMastersCount in interface ClusterStatusProtos.ClusterStatusOrBuilder

getBackupMasters

public HBaseProtos.ServerName getBackupMasters(int index)
repeated .ServerName backup_masters = 8;

Specified by:
getBackupMasters in interface ClusterStatusProtos.ClusterStatusOrBuilder

getBackupMastersOrBuilder

public HBaseProtos.ServerNameOrBuilder getBackupMastersOrBuilder(int index)
repeated .ServerName backup_masters = 8;

Specified by:
getBackupMastersOrBuilder in interface ClusterStatusProtos.ClusterStatusOrBuilder

hasBalancerOn

public boolean hasBalancerOn()
optional bool balancer_on = 9;

Specified by:
hasBalancerOn in interface ClusterStatusProtos.ClusterStatusOrBuilder

getBalancerOn

public boolean getBalancerOn()
optional bool balancer_on = 9;

Specified by:
getBalancerOn in interface ClusterStatusProtos.ClusterStatusOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

equals

public boolean equals(Object obj)
Specified by:
equals in interface com.google.protobuf.Message
Overrides:
equals in class com.google.protobuf.AbstractMessage

hashCode

public int hashCode()
Specified by:
hashCode in interface com.google.protobuf.Message
Overrides:
hashCode in class com.google.protobuf.AbstractMessage

parseFrom

public static ClusterStatusProtos.ClusterStatus parseFrom(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.ClusterStatus parseFrom(com.google.protobuf.ByteString data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.ClusterStatus parseFrom(byte[] data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.ClusterStatus parseFrom(byte[] data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterStatusProtos.ClusterStatus parseFrom(InputStream input)
                                                   throws IOException
Throws:
IOException

parseFrom

public static ClusterStatusProtos.ClusterStatus parseFrom(InputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClusterStatusProtos.ClusterStatus parseDelimitedFrom(InputStream input)
                                                            throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClusterStatusProtos.ClusterStatus parseDelimitedFrom(InputStream input,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws IOException
Throws:
IOException

parseFrom

public static ClusterStatusProtos.ClusterStatus parseFrom(com.google.protobuf.CodedInputStream input)
                                                   throws IOException
Throws:
IOException

parseFrom

public static ClusterStatusProtos.ClusterStatus parseFrom(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
Throws:
IOException

newBuilder

public static ClusterStatusProtos.ClusterStatus.Builder newBuilder()

newBuilderForType

public ClusterStatusProtos.ClusterStatus.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static ClusterStatusProtos.ClusterStatus.Builder newBuilder(ClusterStatusProtos.ClusterStatus prototype)

toBuilder

public ClusterStatusProtos.ClusterStatus.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected ClusterStatusProtos.ClusterStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.