Package akka.remote

Interface WireFormats.PropsDataOrBuilder

  • All Superinterfaces:
    akka.protobufv3.internal.MessageLiteOrBuilder, akka.protobufv3.internal.MessageOrBuilder
    All Known Implementing Classes:
    WireFormats.PropsData, WireFormats.PropsData.Builder
    Enclosing class:
    WireFormats

    public static interface WireFormats.PropsDataOrBuilder
    extends akka.protobufv3.internal.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      akka.protobufv3.internal.ByteString getArgs​(int index)
      repeated bytes args = 4;
      int getArgsCount()
      repeated bytes args = 4;
      java.util.List<akka.protobufv3.internal.ByteString> getArgsList()
      repeated bytes args = 4;
      java.lang.String getClazz()
      required string clazz = 3;
      akka.protobufv3.internal.ByteString getClazzBytes()
      required string clazz = 3;
      WireFormats.DeployData getDeploy()
      required .DeployData deploy = 2;
      WireFormats.DeployDataOrBuilder getDeployOrBuilder()
      required .DeployData deploy = 2;
      boolean getHasManifest​(int index)
      additionally a flag per position to indicate if it was serialized with manifest or not
      int getHasManifestCount()
      additionally a flag per position to indicate if it was serialized with manifest or not
      java.util.List<java.lang.Boolean> getHasManifestList()
      additionally a flag per position to indicate if it was serialized with manifest or not
      java.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
      akka.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
      int getManifestsCount()
      serialized props parameters older wire protocol: contains class name for each arg newer wire protocol: contains string manifest for each arg
      java.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
      int getSerializerIds​(int index)
      newer wire protocol: serializer id for each arg
      int getSerializerIdsCount()
      newer wire protocol: serializer id for each arg
      java.util.List<java.lang.Integer> getSerializerIdsList()
      newer wire protocol: serializer id for each arg
      boolean hasClazz()
      required string clazz = 3;
      boolean hasDeploy()
      required .DeployData deploy = 2;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDeploy

        boolean hasDeploy()
        required .DeployData deploy = 2;
        Returns:
        Whether the deploy field is set.
      • hasClazz

        boolean hasClazz()
        required string clazz = 3;
        Returns:
        Whether the clazz field is set.
      • getClazz

        java.lang.String getClazz()
        required string clazz = 3;
        Returns:
        The clazz.
      • getClazzBytes

        akka.protobufv3.internal.ByteString getClazzBytes()
        required string clazz = 3;
        Returns:
        The bytes for clazz.
      • getArgsList

        java.util.List<akka.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

        akka.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

        java.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.
      • 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

        java.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.
      • getManifestsBytes

        akka.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

        java.util.List<java.lang.Integer> 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

        java.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.
      • 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.