Package akka.remote

Class WireFormats.PropsData

  • All Implemented Interfaces:
    akka.protobuf.Message, akka.protobuf.MessageLite, akka.protobuf.MessageLiteOrBuilder, akka.protobuf.MessageOrBuilder, WireFormats.PropsDataOrBuilder, java.io.Serializable
    Enclosing class:
    WireFormats

    public static final class WireFormats.PropsData
    extends akka.protobuf.GeneratedMessage
    implements WireFormats.PropsDataOrBuilder
    Protobuf type PropsData
    
     Serialization of akka.actor.Props
     
    See Also:
    Serialized Form
    • Method Detail

      • getDefaultInstanceForType

        public WireFormats.PropsData getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface akka.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface akka.protobuf.MessageOrBuilder
      • getUnknownFields

        public final akka.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface akka.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class akka.protobuf.GeneratedMessage
      • getDescriptor

        public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class akka.protobuf.GeneratedMessage
      • getParserForType

        public akka.protobuf.Parser<WireFormats.PropsData> getParserForType()
        Specified by:
        getParserForType in interface akka.protobuf.Message
        Specified by:
        getParserForType in interface akka.protobuf.MessageLite
        Overrides:
        getParserForType in class akka.protobuf.GeneratedMessage
      • getManifestsList

        public java.util.List<java.lang.String> getManifestsList()
        repeated string manifests = 5;
         serialized props parameters
         older wire protocol: contains class name for each arg
         newer wire protocol: contains string manifest for each arg
         
        Specified by:
        getManifestsList in interface WireFormats.PropsDataOrBuilder
      • getManifestsCount

        public int getManifestsCount()
        repeated string manifests = 5;
         serialized props parameters
         older wire protocol: contains class name for each arg
         newer wire protocol: contains string manifest for each arg
         
        Specified by:
        getManifestsCount in interface WireFormats.PropsDataOrBuilder
      • getManifests

        public java.lang.String getManifests​(int index)
        repeated string manifests = 5;
         serialized props parameters
         older wire protocol: contains class name for each arg
         newer wire protocol: contains string manifest for each arg
         
        Specified by:
        getManifests in interface WireFormats.PropsDataOrBuilder
      • getManifestsBytes

        public akka.protobuf.ByteString getManifestsBytes​(int index)
        repeated string manifests = 5;
         serialized props parameters
         older wire protocol: contains class name for each arg
         newer wire protocol: contains string manifest for each arg
         
        Specified by:
        getManifestsBytes in interface WireFormats.PropsDataOrBuilder
      • getSerializerIdsList

        public java.util.List<java.lang.Integer> getSerializerIdsList()
        repeated int32 serializerIds = 6;
         newer wire protocol: serializer id for each arg
         
        Specified by:
        getSerializerIdsList in interface WireFormats.PropsDataOrBuilder
      • getHasManifestList

        public java.util.List<java.lang.Boolean> getHasManifestList()
        repeated bool hasManifest = 7;
         additionally a flag per position to indicate if it was
         serialized with manifest or not
         
        Specified by:
        getHasManifestList in interface WireFormats.PropsDataOrBuilder
      • getHasManifestCount

        public int getHasManifestCount()
        repeated bool hasManifest = 7;
         additionally a flag per position to indicate if it was
         serialized with manifest or not
         
        Specified by:
        getHasManifestCount in interface WireFormats.PropsDataOrBuilder
      • getHasManifest

        public boolean getHasManifest​(int index)
        repeated bool hasManifest = 7;
         additionally a flag per position to indicate if it was
         serialized with manifest or not
         
        Specified by:
        getHasManifest in interface WireFormats.PropsDataOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface akka.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class akka.protobuf.GeneratedMessage
      • writeTo

        public void writeTo​(akka.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface akka.protobuf.MessageLite
        Overrides:
        writeTo in class akka.protobuf.AbstractMessage
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface akka.protobuf.MessageLite
        Overrides:
        getSerializedSize in class akka.protobuf.AbstractMessage
      • writeReplace

        protected java.lang.Object writeReplace()
                                         throws java.io.ObjectStreamException
        Overrides:
        writeReplace in class akka.protobuf.GeneratedMessage
        Throws:
        java.io.ObjectStreamException
      • parseFrom

        public static WireFormats.PropsData parseFrom​(akka.protobuf.ByteString data)
                                               throws akka.protobuf.InvalidProtocolBufferException
        Throws:
        akka.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WireFormats.PropsData parseFrom​(akka.protobuf.ByteString data,
                                                      akka.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws akka.protobuf.InvalidProtocolBufferException
        Throws:
        akka.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WireFormats.PropsData parseFrom​(byte[] data)
                                               throws akka.protobuf.InvalidProtocolBufferException
        Throws:
        akka.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WireFormats.PropsData parseFrom​(byte[] data,
                                                      akka.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws akka.protobuf.InvalidProtocolBufferException
        Throws:
        akka.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static WireFormats.PropsData parseFrom​(java.io.InputStream input)
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static WireFormats.PropsData parseFrom​(java.io.InputStream input,
                                                      akka.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static WireFormats.PropsData parseDelimitedFrom​(java.io.InputStream input)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static WireFormats.PropsData parseDelimitedFrom​(java.io.InputStream input,
                                                               akka.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static WireFormats.PropsData parseFrom​(akka.protobuf.CodedInputStream input)
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static WireFormats.PropsData parseFrom​(akka.protobuf.CodedInputStream input,
                                                      akka.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public WireFormats.PropsData.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface akka.protobuf.Message
        Specified by:
        newBuilderForType in interface akka.protobuf.MessageLite
      • toBuilder

        public WireFormats.PropsData.Builder toBuilder()
        Specified by:
        toBuilder in interface akka.protobuf.Message
        Specified by:
        toBuilder in interface akka.protobuf.MessageLite
      • newBuilderForType

        protected WireFormats.PropsData.Builder newBuilderForType​(akka.protobuf.GeneratedMessage.BuilderParent parent)
        Specified by:
        newBuilderForType in class akka.protobuf.GeneratedMessage