Package akka.remote
Interface WireFormats.DeployDataOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
WireFormats.DeployData
,WireFormats.DeployData.Builder
- Enclosing class:
- WireFormats
public static interface WireFormats.DeployDataOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description akka.protobufv3.internal.ByteString
getConfig()
optional bytes config = 2;
java.lang.String
getConfigManifest()
optional string configManifest = 9;
akka.protobufv3.internal.ByteString
getConfigManifestBytes()
optional string configManifest = 9;
int
getConfigSerializerId()
optional int32 configSerializerId = 8;
java.lang.String
getDispatcher()
optional string dispatcher = 5;
akka.protobufv3.internal.ByteString
getDispatcherBytes()
optional string dispatcher = 5;
java.lang.String
getPath()
required string path = 1;
akka.protobufv3.internal.ByteString
getPathBytes()
required string path = 1;
akka.protobufv3.internal.ByteString
getRouterConfig()
optional bytes routerConfig = 3;
java.lang.String
getRouterConfigManifest()
optional string routerConfigManifest = 11;
akka.protobufv3.internal.ByteString
getRouterConfigManifestBytes()
optional string routerConfigManifest = 11;
int
getRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
akka.protobufv3.internal.ByteString
getScope()
optional bytes scope = 4;
java.lang.String
getScopeManifest()
optional string scopeManifest = 7;
akka.protobufv3.internal.ByteString
getScopeManifestBytes()
optional string scopeManifest = 7;
int
getScopeSerializerId()
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for eachjava.lang.String
getTags(int index)
repeated string tags = 12;
akka.protobufv3.internal.ByteString
getTagsBytes(int index)
repeated string tags = 12;
int
getTagsCount()
repeated string tags = 12;
java.util.List<java.lang.String>
getTagsList()
repeated string tags = 12;
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()
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPath
boolean hasPath()
required string path = 1;
- Returns:
- Whether the path field is set.
-
getPath
java.lang.String getPath()
required string path = 1;
- Returns:
- The path.
-
getPathBytes
akka.protobufv3.internal.ByteString getPathBytes()
required string path = 1;
- Returns:
- The bytes for path.
-
hasConfig
boolean hasConfig()
optional bytes config = 2;
- Returns:
- Whether the config field is set.
-
getConfig
akka.protobufv3.internal.ByteString getConfig()
optional bytes config = 2;
- Returns:
- The config.
-
hasRouterConfig
boolean hasRouterConfig()
optional bytes routerConfig = 3;
- Returns:
- Whether the routerConfig field is set.
-
getRouterConfig
akka.protobufv3.internal.ByteString getRouterConfig()
optional bytes routerConfig = 3;
- Returns:
- The routerConfig.
-
hasScope
boolean hasScope()
optional bytes scope = 4;
- Returns:
- Whether the scope field is set.
-
getScope
akka.protobufv3.internal.ByteString getScope()
optional bytes scope = 4;
- Returns:
- The scope.
-
hasDispatcher
boolean hasDispatcher()
optional string dispatcher = 5;
- Returns:
- Whether the dispatcher field is set.
-
getDispatcher
java.lang.String getDispatcher()
optional string dispatcher = 5;
- Returns:
- The dispatcher.
-
getDispatcherBytes
akka.protobufv3.internal.ByteString getDispatcherBytes()
optional string dispatcher = 5;
- Returns:
- The bytes for dispatcher.
-
hasScopeSerializerId
boolean hasScopeSerializerId()
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
optional int32 scopeSerializerId = 6;
- Returns:
- Whether the scopeSerializerId field is set.
-
getScopeSerializerId
int getScopeSerializerId()
older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each
optional int32 scopeSerializerId = 6;
- Returns:
- The scopeSerializerId.
-
hasScopeManifest
boolean hasScopeManifest()
optional string scopeManifest = 7;
- Returns:
- Whether the scopeManifest field is set.
-
getScopeManifest
java.lang.String getScopeManifest()
optional string scopeManifest = 7;
- Returns:
- The scopeManifest.
-
getScopeManifestBytes
akka.protobufv3.internal.ByteString getScopeManifestBytes()
optional string scopeManifest = 7;
- Returns:
- The bytes for scopeManifest.
-
hasConfigSerializerId
boolean hasConfigSerializerId()
optional int32 configSerializerId = 8;
- Returns:
- Whether the configSerializerId field is set.
-
getConfigSerializerId
int getConfigSerializerId()
optional int32 configSerializerId = 8;
- Returns:
- The configSerializerId.
-
hasConfigManifest
boolean hasConfigManifest()
optional string configManifest = 9;
- Returns:
- Whether the configManifest field is set.
-
getConfigManifest
java.lang.String getConfigManifest()
optional string configManifest = 9;
- Returns:
- The configManifest.
-
getConfigManifestBytes
akka.protobufv3.internal.ByteString getConfigManifestBytes()
optional string configManifest = 9;
- Returns:
- The bytes for configManifest.
-
hasRouterConfigSerializerId
boolean hasRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
- Returns:
- Whether the routerConfigSerializerId field is set.
-
getRouterConfigSerializerId
int getRouterConfigSerializerId()
optional int32 routerConfigSerializerId = 10;
- Returns:
- The routerConfigSerializerId.
-
hasRouterConfigManifest
boolean hasRouterConfigManifest()
optional string routerConfigManifest = 11;
- Returns:
- Whether the routerConfigManifest field is set.
-
getRouterConfigManifest
java.lang.String getRouterConfigManifest()
optional string routerConfigManifest = 11;
- Returns:
- The routerConfigManifest.
-
getRouterConfigManifestBytes
akka.protobufv3.internal.ByteString getRouterConfigManifestBytes()
optional string routerConfigManifest = 11;
- Returns:
- The bytes for routerConfigManifest.
-
getTagsList
java.util.List<java.lang.String> getTagsList()
repeated string tags = 12;
- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()
repeated string tags = 12;
- Returns:
- The count of tags.
-
getTags
java.lang.String getTags(int index)
repeated string tags = 12;
- Parameters:
index
- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
akka.protobufv3.internal.ByteString getTagsBytes(int index)
repeated string tags = 12;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-
-