Class WireFormats.DeployData

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder, WireFormats.DeployDataOrBuilder
    Enclosing class:
    WireFormats

    public static final class WireFormats.DeployData
    extends org.apache.pekko.protobufv3.internal.GeneratedMessage
    implements WireFormats.DeployDataOrBuilder
     *
     Serialization of org.apache.pekko.actor.Deploy
     
    Protobuf type DeployData
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  WireFormats.DeployData.Builder
      * Serialization of org.apache.pekko.actor.Deploy
      • Nested classes/interfaces inherited from class org.apache.pekko.protobufv3.internal.GeneratedMessage

        org.apache.pekko.protobufv3.internal.GeneratedMessage.ExtendableBuilder<MessageT extends org.apache.pekko.protobufv3.internal.GeneratedMessage.ExtendableMessage<MessageT>,​BuilderT extends org.apache.pekko.protobufv3.internal.GeneratedMessage.ExtendableBuilder<MessageT,​BuilderT>>, org.apache.pekko.protobufv3.internal.GeneratedMessage.ExtendableMessage<MessageT extends org.apache.pekko.protobufv3.internal.GeneratedMessage.ExtendableMessage<MessageT>>, org.apache.pekko.protobufv3.internal.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends org.apache.pekko.protobufv3.internal.GeneratedMessage.ExtendableMessage<MessageT>>, org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable, org.apache.pekko.protobufv3.internal.GeneratedMessage.GeneratedExtension<ContainingT extends org.apache.pekko.protobufv3.internal.Message,​T extends java.lang.Object>, org.apache.pekko.protobufv3.internal.GeneratedMessage.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class org.apache.pekko.protobufv3.internal.AbstractMessage

        org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent
      • Nested classes/interfaces inherited from class org.apache.pekko.protobufv3.internal.AbstractMessageLite

        org.apache.pekko.protobufv3.internal.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • ROUTERCONFIG_FIELD_NUMBER

        public static final int ROUTERCONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DISPATCHER_FIELD_NUMBER

        public static final int DISPATCHER_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SCOPESERIALIZERID_FIELD_NUMBER

        public static final int SCOPESERIALIZERID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SCOPEMANIFEST_FIELD_NUMBER

        public static final int SCOPEMANIFEST_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CONFIGSERIALIZERID_FIELD_NUMBER

        public static final int CONFIGSERIALIZERID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CONFIGMANIFEST_FIELD_NUMBER

        public static final int CONFIGMANIFEST_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ROUTERCONFIGSERIALIZERID_FIELD_NUMBER

        public static final int ROUTERCONFIGSERIALIZERID_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ROUTERCONFIGMANIFEST_FIELD_NUMBER

        public static final int ROUTERCONFIGMANIFEST_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • getDescriptor

        public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      • getPathBytes

        public org.apache.pekko.protobufv3.internal.ByteString getPathBytes()
        required string path = 1;
        Specified by:
        getPathBytes in interface WireFormats.DeployDataOrBuilder
        Returns:
        The bytes for path.
      • getDispatcherBytes

        public org.apache.pekko.protobufv3.internal.ByteString getDispatcherBytes()
        optional string dispatcher = 5;
        Specified by:
        getDispatcherBytes in interface WireFormats.DeployDataOrBuilder
        Returns:
        The bytes for dispatcher.
      • hasScopeSerializerId

        public 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;
        Specified by:
        hasScopeSerializerId in interface WireFormats.DeployDataOrBuilder
        Returns:
        Whether the scopeSerializerId field is set.
      • getScopeSerializerId

        public 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;
        Specified by:
        getScopeSerializerId in interface WireFormats.DeployDataOrBuilder
        Returns:
        The scopeSerializerId.
      • getScopeManifestBytes

        public org.apache.pekko.protobufv3.internal.ByteString getScopeManifestBytes()
        optional string scopeManifest = 7;
        Specified by:
        getScopeManifestBytes in interface WireFormats.DeployDataOrBuilder
        Returns:
        The bytes for scopeManifest.
      • getConfigManifestBytes

        public org.apache.pekko.protobufv3.internal.ByteString getConfigManifestBytes()
        optional string configManifest = 9;
        Specified by:
        getConfigManifestBytes in interface WireFormats.DeployDataOrBuilder
        Returns:
        The bytes for configManifest.
      • getRouterConfigManifestBytes

        public org.apache.pekko.protobufv3.internal.ByteString getRouterConfigManifestBytes()
        optional string routerConfigManifest = 11;
        Specified by:
        getRouterConfigManifestBytes in interface WireFormats.DeployDataOrBuilder
        Returns:
        The bytes for routerConfigManifest.
      • getTagsList

        public org.apache.pekko.protobufv3.internal.ProtocolStringList getTagsList()
        repeated string tags = 12;
        Specified by:
        getTagsList in interface WireFormats.DeployDataOrBuilder
        Returns:
        A list containing the tags.
      • getTags

        public java.lang.String getTags​(int index)
        repeated string tags = 12;
        Specified by:
        getTags in interface WireFormats.DeployDataOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.
      • getTagsBytes

        public org.apache.pekko.protobufv3.internal.ByteString getTagsBytes​(int index)
        repeated string tags = 12;
        Specified by:
        getTagsBytes in interface WireFormats.DeployDataOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tags at the given index.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
        Overrides:
        isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      • writeTo

        public void writeTo​(org.apache.pekko.protobufv3.internal.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
        Overrides:
        writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
        Overrides:
        getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface org.apache.pekko.protobufv3.internal.Message
        Overrides:
        equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface org.apache.pekko.protobufv3.internal.Message
        Overrides:
        hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
      • parseFrom

        public static WireFormats.DeployData parseFrom​(java.nio.ByteBuffer data)
                                                throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
        Throws:
        org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      • parseFrom

        public static WireFormats.DeployData parseFrom​(java.nio.ByteBuffer data,
                                                       org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
                                                throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
        Throws:
        org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      • parseFrom

        public static WireFormats.DeployData parseFrom​(org.apache.pekko.protobufv3.internal.ByteString data)
                                                throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
        Throws:
        org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      • parseFrom

        public static WireFormats.DeployData parseFrom​(org.apache.pekko.protobufv3.internal.ByteString data,
                                                       org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
                                                throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
        Throws:
        org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      • parseFrom

        public static WireFormats.DeployData parseFrom​(byte[] data)
                                                throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
        Throws:
        org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      • parseFrom

        public static WireFormats.DeployData parseFrom​(byte[] data,
                                                       org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
                                                throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
        Throws:
        org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      • parseFrom

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

        public static WireFormats.DeployData parseFrom​(java.io.InputStream input,
                                                       org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

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

        public static WireFormats.DeployData parseDelimitedFrom​(java.io.InputStream input,
                                                                org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static WireFormats.DeployData parseFrom​(org.apache.pekko.protobufv3.internal.CodedInputStream input)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static WireFormats.DeployData parseFrom​(org.apache.pekko.protobufv3.internal.CodedInputStream input,
                                                       org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public WireFormats.DeployData.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
        Specified by:
        newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      • toBuilder

        public WireFormats.DeployData.Builder toBuilder()
        Specified by:
        toBuilder in interface org.apache.pekko.protobufv3.internal.Message
        Specified by:
        toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
      • newBuilderForType

        protected WireFormats.DeployData.Builder newBuilderForType​(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
        Overrides:
        newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
      • getParserForType

        public org.apache.pekko.protobufv3.internal.Parser<WireFormats.DeployData> getParserForType()
        Specified by:
        getParserForType in interface org.apache.pekko.protobufv3.internal.Message
        Specified by:
        getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
        Overrides:
        getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      • getDefaultInstanceForType

        public WireFormats.DeployData getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder