Package akka.remote
Class WireFormats.DeployData
- java.lang.Object
-
- akka.protobuf.AbstractMessageLite
-
- akka.protobuf.AbstractMessage
-
- akka.protobuf.GeneratedMessage
-
- akka.remote.WireFormats.DeployData
-
- All Implemented Interfaces:
akka.protobuf.Message
,akka.protobuf.MessageLite
,akka.protobuf.MessageLiteOrBuilder
,akka.protobuf.MessageOrBuilder
,WireFormats.DeployDataOrBuilder
,java.io.Serializable
- Enclosing class:
- WireFormats
public static final class WireFormats.DeployData extends akka.protobuf.GeneratedMessage implements WireFormats.DeployDataOrBuilder
Protobuf typeDeployData
Serialization of akka.actor.Deploy
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WireFormats.DeployData.Builder
Protobuf typeDeployData
-
Nested classes/interfaces inherited from class akka.protobuf.GeneratedMessage
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type extends java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONFIG_FIELD_NUMBER
static int
CONFIGMANIFEST_FIELD_NUMBER
static int
CONFIGSERIALIZERID_FIELD_NUMBER
static int
DISPATCHER_FIELD_NUMBER
static akka.protobuf.Parser<WireFormats.DeployData>
PARSER
static int
PATH_FIELD_NUMBER
static int
ROUTERCONFIG_FIELD_NUMBER
static int
ROUTERCONFIGMANIFEST_FIELD_NUMBER
static int
ROUTERCONFIGSERIALIZERID_FIELD_NUMBER
static int
SCOPE_FIELD_NUMBER
static int
SCOPEMANIFEST_FIELD_NUMBER
static int
SCOPESERIALIZERID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.protobuf.ByteString
getConfig()
optional bytes config = 2;
java.lang.String
getConfigManifest()
optional string configManifest = 9;
akka.protobuf.ByteString
getConfigManifestBytes()
optional string configManifest = 9;
int
getConfigSerializerId()
optional int32 configSerializerId = 8;
static WireFormats.DeployData
getDefaultInstance()
WireFormats.DeployData
getDefaultInstanceForType()
static akka.protobuf.Descriptors.Descriptor
getDescriptor()
java.lang.String
getDispatcher()
optional string dispatcher = 5;
akka.protobuf.ByteString
getDispatcherBytes()
optional string dispatcher = 5;
akka.protobuf.Parser<WireFormats.DeployData>
getParserForType()
java.lang.String
getPath()
required string path = 1;
akka.protobuf.ByteString
getPathBytes()
required string path = 1;
akka.protobuf.ByteString
getRouterConfig()
optional bytes routerConfig = 3;
java.lang.String
getRouterConfigManifest()
optional string routerConfigManifest = 11;
akka.protobuf.ByteString
getRouterConfigManifestBytes()
optional string routerConfigManifest = 11;
int
getRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
akka.protobuf.ByteString
getScope()
optional bytes scope = 4;
java.lang.String
getScopeManifest()
optional string scopeManifest = 7;
akka.protobuf.ByteString
getScopeManifestBytes()
optional string scopeManifest = 7;
int
getScopeSerializerId()
optional int32 scopeSerializerId = 6;
int
getSerializedSize()
akka.protobuf.UnknownFieldSet
getUnknownFields()
boolean
hasConfig()
optional bytes config = 2;
boolean
hasConfigManifest()
optional string configManifest = 9;
boolean
hasConfigSerializerId()
optional int32 configSerializerId = 8;
boolean
hasDispatcher()
optional string dispatcher = 5;
boolean
hasPath()
required string path = 1;
boolean
hasRouterConfig()
optional bytes routerConfig = 3;
boolean
hasRouterConfigManifest()
optional string routerConfigManifest = 11;
boolean
hasRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
boolean
hasScope()
optional bytes scope = 4;
boolean
hasScopeManifest()
optional string scopeManifest = 7;
boolean
hasScopeSerializerId()
optional int32 scopeSerializerId = 6;
protected akka.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(akka.protobuf.GeneratedMessage.BuilderParent parent)
static WireFormats.DeployData
parseDelimitedFrom(java.io.InputStream input)
static WireFormats.DeployData
parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static WireFormats.DeployData
parseFrom(byte[] data)
static WireFormats.DeployData
parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static WireFormats.DeployData
parseFrom(akka.protobuf.ByteString data)
static WireFormats.DeployData
parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static WireFormats.DeployData
parseFrom(akka.protobuf.CodedInputStream input)
static WireFormats.DeployData
parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)
static WireFormats.DeployData
parseFrom(java.io.InputStream input)
static WireFormats.DeployData
parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry)
WireFormats.DeployData.Builder
toBuilder()
protected java.lang.Object
writeReplace()
void
writeTo(akka.protobuf.CodedOutputStream output)
-
Methods inherited from class akka.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
-
Methods inherited from class akka.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class akka.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
PARSER
public static akka.protobuf.Parser<WireFormats.DeployData> 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
-
SCOPESERIALIZERID_FIELD_NUMBER
public static final int SCOPESERIALIZERID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCOPEMANIFEST_FIELD_NUMBER
public static final int SCOPEMANIFEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIGSERIALIZERID_FIELD_NUMBER
public static final int CONFIGSERIALIZERID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIGMANIFEST_FIELD_NUMBER
public static final int CONFIGMANIFEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ROUTERCONFIGSERIALIZERID_FIELD_NUMBER
public static final int ROUTERCONFIGSERIALIZERID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ROUTERCONFIGMANIFEST_FIELD_NUMBER
public static final int ROUTERCONFIGMANIFEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultInstance
public static WireFormats.DeployData getDefaultInstance()
-
getDefaultInstanceForType
public WireFormats.DeployData getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfaceakka.protobuf.MessageOrBuilder
-
getUnknownFields
public final akka.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfaceakka.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classakka.protobuf.GeneratedMessage
-
getDescriptor
public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classakka.protobuf.GeneratedMessage
-
getParserForType
public akka.protobuf.Parser<WireFormats.DeployData> getParserForType()
- Specified by:
getParserForType
in interfaceakka.protobuf.Message
- Specified by:
getParserForType
in interfaceakka.protobuf.MessageLite
- Overrides:
getParserForType
in classakka.protobuf.GeneratedMessage
-
hasPath
public boolean hasPath()
required string path = 1;
- Specified by:
hasPath
in interfaceWireFormats.DeployDataOrBuilder
-
getPath
public java.lang.String getPath()
required string path = 1;
- Specified by:
getPath
in interfaceWireFormats.DeployDataOrBuilder
-
getPathBytes
public akka.protobuf.ByteString getPathBytes()
required string path = 1;
- Specified by:
getPathBytes
in interfaceWireFormats.DeployDataOrBuilder
-
hasConfig
public boolean hasConfig()
optional bytes config = 2;
- Specified by:
hasConfig
in interfaceWireFormats.DeployDataOrBuilder
-
getConfig
public akka.protobuf.ByteString getConfig()
optional bytes config = 2;
- Specified by:
getConfig
in interfaceWireFormats.DeployDataOrBuilder
-
hasRouterConfig
public boolean hasRouterConfig()
optional bytes routerConfig = 3;
- Specified by:
hasRouterConfig
in interfaceWireFormats.DeployDataOrBuilder
-
getRouterConfig
public akka.protobuf.ByteString getRouterConfig()
optional bytes routerConfig = 3;
- Specified by:
getRouterConfig
in interfaceWireFormats.DeployDataOrBuilder
-
hasScope
public boolean hasScope()
optional bytes scope = 4;
- Specified by:
hasScope
in interfaceWireFormats.DeployDataOrBuilder
-
getScope
public akka.protobuf.ByteString getScope()
optional bytes scope = 4;
- Specified by:
getScope
in interfaceWireFormats.DeployDataOrBuilder
-
hasDispatcher
public boolean hasDispatcher()
optional string dispatcher = 5;
- Specified by:
hasDispatcher
in interfaceWireFormats.DeployDataOrBuilder
-
getDispatcher
public java.lang.String getDispatcher()
optional string dispatcher = 5;
- Specified by:
getDispatcher
in interfaceWireFormats.DeployDataOrBuilder
-
getDispatcherBytes
public akka.protobuf.ByteString getDispatcherBytes()
optional string dispatcher = 5;
- Specified by:
getDispatcherBytes
in interfaceWireFormats.DeployDataOrBuilder
-
hasScopeSerializerId
public boolean hasScopeSerializerId()
optional int32 scopeSerializerId = 6;
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
- Specified by:
hasScopeSerializerId
in interfaceWireFormats.DeployDataOrBuilder
-
getScopeSerializerId
public int getScopeSerializerId()
optional int32 scopeSerializerId = 6;
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
- Specified by:
getScopeSerializerId
in interfaceWireFormats.DeployDataOrBuilder
-
hasScopeManifest
public boolean hasScopeManifest()
optional string scopeManifest = 7;
- Specified by:
hasScopeManifest
in interfaceWireFormats.DeployDataOrBuilder
-
getScopeManifest
public java.lang.String getScopeManifest()
optional string scopeManifest = 7;
- Specified by:
getScopeManifest
in interfaceWireFormats.DeployDataOrBuilder
-
getScopeManifestBytes
public akka.protobuf.ByteString getScopeManifestBytes()
optional string scopeManifest = 7;
- Specified by:
getScopeManifestBytes
in interfaceWireFormats.DeployDataOrBuilder
-
hasConfigSerializerId
public boolean hasConfigSerializerId()
optional int32 configSerializerId = 8;
- Specified by:
hasConfigSerializerId
in interfaceWireFormats.DeployDataOrBuilder
-
getConfigSerializerId
public int getConfigSerializerId()
optional int32 configSerializerId = 8;
- Specified by:
getConfigSerializerId
in interfaceWireFormats.DeployDataOrBuilder
-
hasConfigManifest
public boolean hasConfigManifest()
optional string configManifest = 9;
- Specified by:
hasConfigManifest
in interfaceWireFormats.DeployDataOrBuilder
-
getConfigManifest
public java.lang.String getConfigManifest()
optional string configManifest = 9;
- Specified by:
getConfigManifest
in interfaceWireFormats.DeployDataOrBuilder
-
getConfigManifestBytes
public akka.protobuf.ByteString getConfigManifestBytes()
optional string configManifest = 9;
- Specified by:
getConfigManifestBytes
in interfaceWireFormats.DeployDataOrBuilder
-
hasRouterConfigSerializerId
public boolean hasRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
- Specified by:
hasRouterConfigSerializerId
in interfaceWireFormats.DeployDataOrBuilder
-
getRouterConfigSerializerId
public int getRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
- Specified by:
getRouterConfigSerializerId
in interfaceWireFormats.DeployDataOrBuilder
-
hasRouterConfigManifest
public boolean hasRouterConfigManifest()
optional string routerConfigManifest = 11;
- Specified by:
hasRouterConfigManifest
in interfaceWireFormats.DeployDataOrBuilder
-
getRouterConfigManifest
public java.lang.String getRouterConfigManifest()
optional string routerConfigManifest = 11;
- Specified by:
getRouterConfigManifest
in interfaceWireFormats.DeployDataOrBuilder
-
getRouterConfigManifestBytes
public akka.protobuf.ByteString getRouterConfigManifestBytes()
optional string routerConfigManifest = 11;
- Specified by:
getRouterConfigManifestBytes
in interfaceWireFormats.DeployDataOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfaceakka.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classakka.protobuf.GeneratedMessage
-
writeTo
public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfaceakka.protobuf.MessageLite
- Overrides:
writeTo
in classakka.protobuf.AbstractMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfaceakka.protobuf.MessageLite
- Overrides:
getSerializedSize
in classakka.protobuf.AbstractMessage
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Overrides:
writeReplace
in classakka.protobuf.GeneratedMessage
- Throws:
java.io.ObjectStreamException
-
parseFrom
public static WireFormats.DeployData parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.DeployData parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.DeployData parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.DeployData parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
- Throws:
akka.protobuf.InvalidProtocolBufferException
-
parseFrom
public static WireFormats.DeployData parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static WireFormats.DeployData parseFrom(java.io.InputStream input, akka.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, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static WireFormats.DeployData parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static WireFormats.DeployData parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static WireFormats.DeployData.Builder newBuilder()
-
newBuilderForType
public WireFormats.DeployData.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfaceakka.protobuf.Message
- Specified by:
newBuilderForType
in interfaceakka.protobuf.MessageLite
-
newBuilder
public static WireFormats.DeployData.Builder newBuilder(WireFormats.DeployData prototype)
-
toBuilder
public WireFormats.DeployData.Builder toBuilder()
- Specified by:
toBuilder
in interfaceakka.protobuf.Message
- Specified by:
toBuilder
in interfaceakka.protobuf.MessageLite
-
newBuilderForType
protected WireFormats.DeployData.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForType
in classakka.protobuf.GeneratedMessage
-
-