akka.remote
Class WireFormats.DeployData

java.lang.Object
  extended by com.google.protobuf.GeneratedMessage
      extended by akka.remote.WireFormats.DeployData
All Implemented Interfaces:
WireFormats.DeployDataOrBuilder
Enclosing class:
WireFormats

public static final class WireFormats.DeployData
extends com.google.protobuf.GeneratedMessage
implements WireFormats.DeployDataOrBuilder

Protobuf type DeployData


 Serialization of akka.actor.Deploy
 


Nested Class Summary
static class WireFormats.DeployData.Builder
          Protobuf type DeployData
 
Field Summary
static int CONFIG_FIELD_NUMBER
           
static int DISPATCHER_FIELD_NUMBER
           
static  PARSER
           
static int PATH_FIELD_NUMBER
           
static int ROUTERCONFIG_FIELD_NUMBER
           
static int SCOPE_FIELD_NUMBER
           
 
Method Summary
 com.google.protobuf.ByteString getConfig()
          optional bytes config = 2;
static WireFormats.DeployData getDefaultInstance()
           
 WireFormats.DeployData getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getDispatcher()
          optional string dispatcher = 5;
 com.google.protobuf.ByteString getDispatcherBytes()
          optional string dispatcher = 5;
  getParserForType()
           
 java.lang.String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 com.google.protobuf.ByteString getRouterConfig()
          optional bytes routerConfig = 3;
 com.google.protobuf.ByteString getScope()
          optional bytes scope = 4;
 int getSerializedSize()
           
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasConfig()
          optional bytes config = 2;
 boolean hasDispatcher()
          optional string dispatcher = 5;
 boolean hasPath()
          required string path = 1;
 boolean hasRouterConfig()
          optional bytes routerConfig = 3;
 boolean hasScope()
          optional bytes scope = 4;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static WireFormats.DeployData.Builder newBuilder()
           
static WireFormats.DeployData.Builder newBuilder(WireFormats.DeployData prototype)
           
 WireFormats.DeployData.Builder newBuilderForType()
           
protected  WireFormats.DeployData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static WireFormats.DeployData parseDelimitedFrom(java.io.InputStream input)
           
static WireFormats.DeployData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.DeployData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.DeployData parseFrom(com.google.protobuf.ByteString data)
           
static WireFormats.DeployData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.DeployData parseFrom(com.google.protobuf.CodedInputStream input)
           
static WireFormats.DeployData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static WireFormats.DeployData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 WireFormats.DeployData.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

PATH_FIELD_NUMBER

public static final int PATH_FIELD_NUMBER
See Also:
Constant Field Values

CONFIG_FIELD_NUMBER

public static final int CONFIG_FIELD_NUMBER
See Also:
Constant Field Values

ROUTERCONFIG_FIELD_NUMBER

public static final int ROUTERCONFIG_FIELD_NUMBER
See Also:
Constant Field Values

SCOPE_FIELD_NUMBER

public static final int SCOPE_FIELD_NUMBER
See Also:
Constant Field Values

DISPATCHER_FIELD_NUMBER

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

getDefaultInstance

public static WireFormats.DeployData getDefaultInstance()

getDefaultInstanceForType

public WireFormats.DeployData 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()

hasPath

public boolean hasPath()
required string path = 1;

Specified by:
hasPath in interface WireFormats.DeployDataOrBuilder

getPath

public java.lang.String getPath()
required string path = 1;

Specified by:
getPath in interface WireFormats.DeployDataOrBuilder

getPathBytes

public com.google.protobuf.ByteString getPathBytes()
required string path = 1;

Specified by:
getPathBytes in interface WireFormats.DeployDataOrBuilder

hasConfig

public boolean hasConfig()
optional bytes config = 2;

Specified by:
hasConfig in interface WireFormats.DeployDataOrBuilder

getConfig

public com.google.protobuf.ByteString getConfig()
optional bytes config = 2;

Specified by:
getConfig in interface WireFormats.DeployDataOrBuilder

hasRouterConfig

public boolean hasRouterConfig()
optional bytes routerConfig = 3;

Specified by:
hasRouterConfig in interface WireFormats.DeployDataOrBuilder

getRouterConfig

public com.google.protobuf.ByteString getRouterConfig()
optional bytes routerConfig = 3;

Specified by:
getRouterConfig in interface WireFormats.DeployDataOrBuilder

hasScope

public boolean hasScope()
optional bytes scope = 4;

Specified by:
hasScope in interface WireFormats.DeployDataOrBuilder

getScope

public com.google.protobuf.ByteString getScope()
optional bytes scope = 4;

Specified by:
getScope in interface WireFormats.DeployDataOrBuilder

hasDispatcher

public boolean hasDispatcher()
optional string dispatcher = 5;

Specified by:
hasDispatcher in interface WireFormats.DeployDataOrBuilder

getDispatcher

public java.lang.String getDispatcher()
optional string dispatcher = 5;

Specified by:
getDispatcher in interface WireFormats.DeployDataOrBuilder

getDispatcherBytes

public com.google.protobuf.ByteString getDispatcherBytes()
optional string dispatcher = 5;

Specified by:
getDispatcherBytes in interface WireFormats.DeployDataOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

public static WireFormats.DeployData parseDelimitedFrom(java.io.InputStream input)
                                                 throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static WireFormats.DeployData.Builder newBuilder()

newBuilderForType

public WireFormats.DeployData.Builder newBuilderForType()

newBuilder

public static WireFormats.DeployData.Builder newBuilder(WireFormats.DeployData prototype)

toBuilder

public WireFormats.DeployData.Builder toBuilder()

newBuilderForType

protected WireFormats.DeployData.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)