Package org.apache.pekko.remote
Interface WireFormats.PropsDataOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
WireFormats.PropsData,WireFormats.PropsData.Builder
- Enclosing class:
- WireFormats
public static interface WireFormats.PropsDataOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.protobufv3.internal.ByteStringgetArgs(int index) repeated bytes args = 4;intrepeated bytes args = 4;List<org.apache.pekko.protobufv3.internal.ByteString>repeated bytes args = 4;getClazz()required string clazz = 3;org.apache.pekko.protobufv3.internal.ByteStringrequired string clazz = 3;required .DeployData deploy = 2;required .DeployData deploy = 2;booleangetHasManifest(int index) additionally a flag per position to indicate if it was serialized with manifest or notintadditionally a flag per position to indicate if it was serialized with manifest or notadditionally a flag per position to indicate if it was serialized with manifest or notgetManifests(int index) serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argorg.apache.pekko.protobufv3.internal.ByteStringgetManifestsBytes(int index) serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argintserialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argserialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argintgetSerializerIds(int index) newer wire protocol: serializer id for each argintnewer wire protocol: serializer id for each argnewer wire protocol: serializer id for each argbooleanhasClazz()required string clazz = 3;booleanrequired .DeployData deploy = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDeploy
boolean hasDeploy()required .DeployData deploy = 2;- Returns:
- Whether the deploy field is set.
-
getDeploy
WireFormats.DeployData getDeploy()required .DeployData deploy = 2;- Returns:
- The deploy.
-
getDeployOrBuilder
WireFormats.DeployDataOrBuilder getDeployOrBuilder()required .DeployData deploy = 2; -
hasClazz
boolean hasClazz()required string clazz = 3;- Returns:
- Whether the clazz field is set.
-
getClazz
String getClazz()required string clazz = 3;- Returns:
- The clazz.
-
getClazzBytes
org.apache.pekko.protobufv3.internal.ByteString getClazzBytes()required string clazz = 3;- Returns:
- The bytes for clazz.
-
getArgsList
List<org.apache.pekko.protobufv3.internal.ByteString> getArgsList()repeated bytes args = 4;- Returns:
- A list containing the args.
-
getArgsCount
int getArgsCount()repeated bytes args = 4;- Returns:
- The count of args.
-
getArgs
org.apache.pekko.protobufv3.internal.ByteString getArgs(int index) repeated bytes args = 4;- Parameters:
index- The index of the element to return.- Returns:
- The args at the given index.
-
getManifestsList
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
repeated string manifests = 5;- Returns:
- A list containing the manifests.
-
getManifestsCount
int getManifestsCount()serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
repeated string manifests = 5;- Returns:
- The count of manifests.
-
getManifests
serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
repeated string manifests = 5;- Parameters:
index- The index of the element to return.- Returns:
- The manifests at the given index.
-
getManifestsBytes
org.apache.pekko.protobufv3.internal.ByteString getManifestsBytes(int index) serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
repeated string manifests = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the manifests at the given index.
-
getSerializerIdsList
newer wire protocol: serializer id for each arg
repeated int32 serializerIds = 6;- Returns:
- A list containing the serializerIds.
-
getSerializerIdsCount
int getSerializerIdsCount()newer wire protocol: serializer id for each arg
repeated int32 serializerIds = 6;- Returns:
- The count of serializerIds.
-
getSerializerIds
int getSerializerIds(int index) newer wire protocol: serializer id for each arg
repeated int32 serializerIds = 6;- Parameters:
index- The index of the element to return.- Returns:
- The serializerIds at the given index.
-
getHasManifestList
additionally a flag per position to indicate if it was serialized with manifest or not
repeated bool hasManifest = 7;- Returns:
- A list containing the hasManifest.
-
getHasManifestCount
int getHasManifestCount()additionally a flag per position to indicate if it was serialized with manifest or not
repeated bool hasManifest = 7;- Returns:
- The count of hasManifest.
-
getHasManifest
boolean getHasManifest(int index) additionally a flag per position to indicate if it was serialized with manifest or not
repeated bool hasManifest = 7;- Parameters:
index- The index of the element to return.- Returns:
- The hasManifest at the given index.
-