Package org.apache.pekko.remote
Interface WireFormats.DeployDataOrBuilder
-
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
WireFormats.DeployData,WireFormats.DeployData.Builder
- Enclosing class:
- WireFormats
public static interface WireFormats.DeployDataOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.pekko.protobufv3.internal.ByteStringgetConfig()optional bytes config = 2;java.lang.StringgetConfigManifest()optional string configManifest = 9;org.apache.pekko.protobufv3.internal.ByteStringgetConfigManifestBytes()optional string configManifest = 9;intgetConfigSerializerId()optional int32 configSerializerId = 8;java.lang.StringgetDispatcher()optional string dispatcher = 5;org.apache.pekko.protobufv3.internal.ByteStringgetDispatcherBytes()optional string dispatcher = 5;java.lang.StringgetPath()required string path = 1;org.apache.pekko.protobufv3.internal.ByteStringgetPathBytes()required string path = 1;org.apache.pekko.protobufv3.internal.ByteStringgetRouterConfig()optional bytes routerConfig = 3;java.lang.StringgetRouterConfigManifest()optional string routerConfigManifest = 11;org.apache.pekko.protobufv3.internal.ByteStringgetRouterConfigManifestBytes()optional string routerConfigManifest = 11;intgetRouterConfigSerializerId()optional int32 routerConfigSerializerId = 10;org.apache.pekko.protobufv3.internal.ByteStringgetScope()optional bytes scope = 4;java.lang.StringgetScopeManifest()optional string scopeManifest = 7;org.apache.pekko.protobufv3.internal.ByteStringgetScopeManifestBytes()optional string scopeManifest = 7;intgetScopeSerializerId()older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for eachjava.lang.StringgetTags(int index)repeated string tags = 12;org.apache.pekko.protobufv3.internal.ByteStringgetTagsBytes(int index)repeated string tags = 12;intgetTagsCount()repeated string tags = 12;java.util.List<java.lang.String>getTagsList()repeated string tags = 12;booleanhasConfig()optional bytes config = 2;booleanhasConfigManifest()optional string configManifest = 9;booleanhasConfigSerializerId()optional int32 configSerializerId = 8;booleanhasDispatcher()optional string dispatcher = 5;booleanhasPath()required string path = 1;booleanhasRouterConfig()optional bytes routerConfig = 3;booleanhasRouterConfigManifest()optional string routerConfigManifest = 11;booleanhasRouterConfigSerializerId()optional int32 routerConfigSerializerId = 10;booleanhasScope()optional bytes scope = 4;booleanhasScopeManifest()optional string scopeManifest = 7;booleanhasScopeSerializerId()older wire protocol: hardcoded class used to look up serializer newer wire protocol: serializer id and manifest available for each-
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface org.apache.pekko.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
org.apache.pekko.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
org.apache.pekko.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
org.apache.pekko.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
org.apache.pekko.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
org.apache.pekko.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
org.apache.pekko.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
org.apache.pekko.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
org.apache.pekko.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
org.apache.pekko.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.
-
-