Package akka.remote

Class WireFormats.PropsData.Builder

    • Method Detail

      • getDescriptor

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

        protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class akka.protobuf.GeneratedMessage.Builder<WireFormats.PropsData.Builder>
      • getDescriptorForType

        public akka.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface akka.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface akka.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class akka.protobuf.GeneratedMessage.Builder<WireFormats.PropsData.Builder>
      • getDefaultInstanceForType

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

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

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

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface akka.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class akka.protobuf.GeneratedMessage.Builder<WireFormats.PropsData.Builder>
      • mergeFrom

        public WireFormats.PropsData.Builder mergeFrom​(akka.protobuf.CodedInputStream input,
                                                       akka.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws java.io.IOException
        Specified by:
        mergeFrom in interface akka.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface akka.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class akka.protobuf.AbstractMessage.Builder<WireFormats.PropsData.Builder>
        Throws:
        java.io.IOException
      • addAllArgs

        public WireFormats.PropsData.Builder addAllArgs​(java.lang.Iterable<? extends akka.protobuf.ByteString> values)
        repeated bytes args = 4;
      • 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
      • setManifests

        public WireFormats.PropsData.Builder setManifests​(int index,
                                                          java.lang.String value)
        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
         
      • addManifests

        public WireFormats.PropsData.Builder addManifests​(java.lang.String value)
        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
         
      • addAllManifests

        public WireFormats.PropsData.Builder addAllManifests​(java.lang.Iterable<java.lang.String> values)
        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
         
      • clearManifests

        public WireFormats.PropsData.Builder clearManifests()
        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
         
      • addManifestsBytes

        public WireFormats.PropsData.Builder addManifestsBytes​(akka.protobuf.ByteString value)
        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
         
      • 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
      • setSerializerIds

        public WireFormats.PropsData.Builder setSerializerIds​(int index,
                                                              int value)
        repeated int32 serializerIds = 6;
         newer wire protocol: serializer id for each arg
         
      • addSerializerIds

        public WireFormats.PropsData.Builder addSerializerIds​(int value)
        repeated int32 serializerIds = 6;
         newer wire protocol: serializer id for each arg
         
      • addAllSerializerIds

        public WireFormats.PropsData.Builder addAllSerializerIds​(java.lang.Iterable<? extends java.lang.Integer> values)
        repeated int32 serializerIds = 6;
         newer wire protocol: serializer id for each arg
         
      • clearSerializerIds

        public WireFormats.PropsData.Builder clearSerializerIds()
        repeated int32 serializerIds = 6;
         newer wire protocol: serializer id for each arg
         
      • 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
      • setHasManifest

        public WireFormats.PropsData.Builder setHasManifest​(int index,
                                                            boolean value)
        repeated bool hasManifest = 7;
         additionally a flag per position to indicate if it was
         serialized with manifest or not
         
      • addHasManifest

        public WireFormats.PropsData.Builder addHasManifest​(boolean value)
        repeated bool hasManifest = 7;
         additionally a flag per position to indicate if it was
         serialized with manifest or not
         
      • addAllHasManifest

        public WireFormats.PropsData.Builder addAllHasManifest​(java.lang.Iterable<? extends java.lang.Boolean> values)
        repeated bool hasManifest = 7;
         additionally a flag per position to indicate if it was
         serialized with manifest or not
         
      • clearHasManifest

        public WireFormats.PropsData.Builder clearHasManifest()
        repeated bool hasManifest = 7;
         additionally a flag per position to indicate if it was
         serialized with manifest or not