akka.cluster.protobuf.msg
Class ClusterMessages.Join

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

public static final class ClusterMessages.Join
extends com.google.protobuf.GeneratedMessage
implements ClusterMessages.JoinOrBuilder

Protobuf type Join


 Join
 


Nested Class Summary
static class ClusterMessages.Join.Builder
          Protobuf type Join
 
Field Summary
static int NODE_FIELD_NUMBER
           
static  PARSER
           
static int ROLES_FIELD_NUMBER
           
 
Method Summary
static ClusterMessages.Join getDefaultInstance()
           
 ClusterMessages.Join getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 ClusterMessages.UniqueAddress getNode()
          required .UniqueAddress node = 1;
 ClusterMessages.UniqueAddressOrBuilder getNodeOrBuilder()
          required .UniqueAddress node = 1;
  getParserForType()
           
 java.lang.String getRoles(int index)
          repeated string roles = 2;
 com.google.protobuf.ByteString getRolesBytes(int index)
          repeated string roles = 2;
 int getRolesCount()
          repeated string roles = 2;
 java.util.List<java.lang.String> getRolesList()
          repeated string roles = 2;
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasNode()
          required .UniqueAddress node = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static ClusterMessages.Join.Builder newBuilder()
           
static ClusterMessages.Join.Builder newBuilder(ClusterMessages.Join prototype)
           
 ClusterMessages.Join.Builder newBuilderForType()
           
protected  ClusterMessages.Join.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static ClusterMessages.Join parseDelimitedFrom(java.io.InputStream input)
           
static ClusterMessages.Join parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.Join parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.Join parseFrom(com.google.protobuf.ByteString data)
           
static ClusterMessages.Join parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.Join parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterMessages.Join parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterMessages.Join parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterMessages.Join.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

NODE_FIELD_NUMBER

public static final int NODE_FIELD_NUMBER
See Also:
Constant Field Values

ROLES_FIELD_NUMBER

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

getDefaultInstance

public static ClusterMessages.Join getDefaultInstance()

getDefaultInstanceForType

public ClusterMessages.Join 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()

hasNode

public boolean hasNode()
required .UniqueAddress node = 1;

Specified by:
hasNode in interface ClusterMessages.JoinOrBuilder

getNode

public ClusterMessages.UniqueAddress getNode()
required .UniqueAddress node = 1;

Specified by:
getNode in interface ClusterMessages.JoinOrBuilder

getNodeOrBuilder

public ClusterMessages.UniqueAddressOrBuilder getNodeOrBuilder()
required .UniqueAddress node = 1;

Specified by:
getNodeOrBuilder in interface ClusterMessages.JoinOrBuilder

getRolesList

public java.util.List<java.lang.String> getRolesList()
repeated string roles = 2;

Specified by:
getRolesList in interface ClusterMessages.JoinOrBuilder

getRolesCount

public int getRolesCount()
repeated string roles = 2;

Specified by:
getRolesCount in interface ClusterMessages.JoinOrBuilder

getRoles

public java.lang.String getRoles(int index)
repeated string roles = 2;

Specified by:
getRoles in interface ClusterMessages.JoinOrBuilder

getRolesBytes

public com.google.protobuf.ByteString getRolesBytes(int index)
repeated string roles = 2;

Specified by:
getRolesBytes in interface ClusterMessages.JoinOrBuilder

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.Join parseFrom(com.google.protobuf.ByteString data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClusterMessages.Join 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.Join parseFrom(byte[] data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static ClusterMessages.Join.Builder newBuilder()

newBuilderForType

public ClusterMessages.Join.Builder newBuilderForType()

newBuilder

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

toBuilder

public ClusterMessages.Join.Builder toBuilder()

newBuilderForType

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