akka.cluster.protobuf.msg
Class ClusterMessages.SubjectReachability

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability
All Implemented Interfaces:
ClusterMessages.SubjectReachabilityOrBuilder
Enclosing class:
ClusterMessages

public static final class ClusterMessages.SubjectReachability
extends com.google.protobuf.GeneratedMessage
implements ClusterMessages.SubjectReachabilityOrBuilder

Protobuf type SubjectReachability


Nested Class Summary
static class ClusterMessages.SubjectReachability.Builder
          Protobuf type SubjectReachability
 
Field Summary
static int ADDRESSINDEX_FIELD_NUMBER
           
static  PARSER
           
static int STATUS_FIELD_NUMBER
           
static int VERSION_FIELD_NUMBER
           
 
Method Summary
 int getAddressIndex()
          required int32 addressIndex = 1;
static ClusterMessages.SubjectReachability getDefaultInstance()
           
 ClusterMessages.SubjectReachability getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
  getParserForType()
           
 int getSerializedSize()
           
 ClusterMessages.ReachabilityStatus getStatus()
          required .ReachabilityStatus status = 3;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 long getVersion()
          required int64 version = 4;
 boolean hasAddressIndex()
          required int32 addressIndex = 1;
 boolean hasStatus()
          required .ReachabilityStatus status = 3;
 boolean hasVersion()
          required int64 version = 4;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ClusterMessages.SubjectReachability.Builder newBuilder()
           
static ClusterMessages.SubjectReachability.Builder newBuilder(ClusterMessages.SubjectReachability prototype)
           
 ClusterMessages.SubjectReachability.Builder newBuilderForType()
           
protected  ClusterMessages.SubjectReachability.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ClusterMessages.SubjectReachability parseDelimitedFrom(java.io.InputStream input)
           
static ClusterMessages.SubjectReachability parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.SubjectReachability parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.ByteString data)
           
static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.SubjectReachability parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterMessages.SubjectReachability.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static  PARSER

ADDRESSINDEX_FIELD_NUMBER

public static final int ADDRESSINDEX_FIELD_NUMBER
See Also:
Constant Field Values

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
See Also:
Constant Field Values

VERSION_FIELD_NUMBER

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

getDefaultInstance

public static ClusterMessages.SubjectReachability getDefaultInstance()

getDefaultInstanceForType

public ClusterMessages.SubjectReachability getDefaultInstanceForType()

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()

getDescriptor

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

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()

getParserForType

public  getParserForType()

hasAddressIndex

public boolean hasAddressIndex()
required int32 addressIndex = 1;

Specified by:
hasAddressIndex in interface ClusterMessages.SubjectReachabilityOrBuilder

getAddressIndex

public int getAddressIndex()
required int32 addressIndex = 1;

Specified by:
getAddressIndex in interface ClusterMessages.SubjectReachabilityOrBuilder

hasStatus

public boolean hasStatus()
required .ReachabilityStatus status = 3;

Specified by:
hasStatus in interface ClusterMessages.SubjectReachabilityOrBuilder

getStatus

public ClusterMessages.ReachabilityStatus getStatus()
required .ReachabilityStatus status = 3;

Specified by:
getStatus in interface ClusterMessages.SubjectReachabilityOrBuilder

hasVersion

public boolean hasVersion()
required int64 version = 4;

Specified by:
hasVersion in interface ClusterMessages.SubjectReachabilityOrBuilder

getVersion

public long getVersion()
required int64 version = 4;

Specified by:
getVersion in interface ClusterMessages.SubjectReachabilityOrBuilder

isInitialized

public final boolean isInitialized()

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws java.io.IOException
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

parseFrom

public static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.ByteString data)
                                                     throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

public static ClusterMessages.SubjectReachability parseFrom(java.io.InputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ClusterMessages.SubjectReachability parseDelimitedFrom(java.io.InputStream input)
                                                              throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ClusterMessages.SubjectReachability parseDelimitedFrom(java.io.InputStream input,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.CodedInputStream input)
                                                     throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ClusterMessages.SubjectReachability parseFrom(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static ClusterMessages.SubjectReachability.Builder newBuilder()

newBuilderForType

public ClusterMessages.SubjectReachability.Builder newBuilderForType()

newBuilder

public static ClusterMessages.SubjectReachability.Builder newBuilder(ClusterMessages.SubjectReachability prototype)

toBuilder

public ClusterMessages.SubjectReachability.Builder toBuilder()

newBuilderForType

protected ClusterMessages.SubjectReachability.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)