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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.pekko.protobufv3.internal.ByteStringgetArgs(int index)repeated bytes args = 4;intgetArgsCount()repeated bytes args = 4;java.util.List<org.apache.pekko.protobufv3.internal.ByteString>getArgsList()repeated bytes args = 4;java.lang.StringgetClazz()required string clazz = 3;org.apache.pekko.protobufv3.internal.ByteStringgetClazzBytes()required string clazz = 3;WireFormats.DeployDatagetDeploy()required .DeployData deploy = 2;WireFormats.DeployDataOrBuildergetDeployOrBuilder()required .DeployData deploy = 2;booleangetHasManifest(int index)additionally a flag per position to indicate if it was serialized with manifest or notintgetHasManifestCount()additionally a flag per position to indicate if it was serialized with manifest or notjava.util.List<java.lang.Boolean>getHasManifestList()additionally a flag per position to indicate if it was serialized with manifest or notjava.lang.StringgetManifests(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 argintgetManifestsCount()serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each argjava.util.List<java.lang.String>getManifestsList()serialized 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 argintgetSerializerIdsCount()newer wire protocol: serializer id for each argjava.util.List<java.lang.Integer>getSerializerIdsList()newer wire protocol: serializer id for each argbooleanhasClazz()required string clazz = 3;booleanhasDeploy()required .DeployData deploy = 2;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasDeployboolean hasDeploy() required .DeployData deploy = 2;- Returns:
- Whether the deploy field is set.
 
 - 
getDeployWireFormats.DeployData getDeploy() required .DeployData deploy = 2;- Returns:
- The deploy.
 
 - 
getDeployOrBuilderWireFormats.DeployDataOrBuilder getDeployOrBuilder() required .DeployData deploy = 2;
 - 
hasClazzboolean hasClazz() required string clazz = 3;- Returns:
- Whether the clazz field is set.
 
 - 
getClazzjava.lang.String getClazz() required string clazz = 3;- Returns:
- The clazz.
 
 - 
getClazzBytesorg.apache.pekko.protobufv3.internal.ByteString getClazzBytes() required string clazz = 3;- Returns:
- The bytes for clazz.
 
 - 
getArgsListjava.util.List<org.apache.pekko.protobufv3.internal.ByteString> getArgsList() repeated bytes args = 4;- Returns:
- A list containing the args.
 
 - 
getArgsCountint getArgsCount() repeated bytes args = 4;- Returns:
- The count of args.
 
 - 
getArgsorg.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.
 
 - 
getManifestsListjava.util.List<java.lang.String> 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.
 
 - 
getManifestsCountint 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.
 
 - 
getManifestsjava.lang.String getManifests(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 element to return.
- Returns:
- The manifests at the given index.
 
 - 
getManifestsBytesorg.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.
 
 - 
getSerializerIdsListjava.util.List<java.lang.Integer> getSerializerIdsList() newer wire protocol: serializer id for each arg repeated int32 serializerIds = 6;- Returns:
- A list containing the serializerIds.
 
 - 
getSerializerIdsCountint getSerializerIdsCount() newer wire protocol: serializer id for each arg repeated int32 serializerIds = 6;- Returns:
- The count of serializerIds.
 
 - 
getSerializerIdsint 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.
 
 - 
getHasManifestListjava.util.List<java.lang.Boolean> 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.
 
 - 
getHasManifestCountint 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.
 
 - 
getHasManifestboolean 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.
 
 
- 
 
-