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


Nested Class Summary
static class WireFormats.DeployData.Builder
           
 
Field Summary
static int CONFIG_FIELD_NUMBER
           
static int DISPATCHER_FIELD_NUMBER
           
static int PATH_FIELD_NUMBER
           
static int ROUTERCONFIG_FIELD_NUMBER
           
static int SCOPE_FIELD_NUMBER
           
 
Method Summary
 com.google.protobuf.ByteString getConfig()
           
static WireFormats.DeployData getDefaultInstance()
           
 WireFormats.DeployData getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 java.lang.String getDispatcher()
           
 java.lang.String getPath()
           
 com.google.protobuf.ByteString getRouterConfig()
           
 com.google.protobuf.ByteString getScope()
           
 int getSerializedSize()
           
 boolean hasConfig()
           
 boolean hasDispatcher()
           
 boolean hasPath()
           
 boolean hasRouterConfig()
           
 boolean hasScope()
           
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

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()

getDescriptor

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

internalGetFieldAccessorTable

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

hasPath

public boolean hasPath()
Specified by:
hasPath in interface WireFormats.DeployDataOrBuilder

getPath

public java.lang.String getPath()
Specified by:
getPath in interface WireFormats.DeployDataOrBuilder

hasConfig

public boolean hasConfig()
Specified by:
hasConfig in interface WireFormats.DeployDataOrBuilder

getConfig

public com.google.protobuf.ByteString getConfig()
Specified by:
getConfig in interface WireFormats.DeployDataOrBuilder

hasRouterConfig

public boolean hasRouterConfig()
Specified by:
hasRouterConfig in interface WireFormats.DeployDataOrBuilder

getRouterConfig

public com.google.protobuf.ByteString getRouterConfig()
Specified by:
getRouterConfig in interface WireFormats.DeployDataOrBuilder

hasScope

public boolean hasScope()
Specified by:
hasScope in interface WireFormats.DeployDataOrBuilder

getScope

public com.google.protobuf.ByteString getScope()
Specified by:
getScope in interface WireFormats.DeployDataOrBuilder

hasDispatcher

public boolean hasDispatcher()
Specified by:
hasDispatcher in interface WireFormats.DeployDataOrBuilder

getDispatcher

public java.lang.String getDispatcher()
Specified by:
getDispatcher 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)