Class Persistent.UpdateReq.Settings

    • Field Detail

      • RESOLVE_LINKS_FIELD_NUMBER

        public static final int RESOLVE_LINKS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • EXTRA_STATISTICS_FIELD_NUMBER

        public static final int EXTRA_STATISTICS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MAX_RETRY_COUNT_FIELD_NUMBER

        public static final int MAX_RETRY_COUNT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MIN_CHECKPOINT_COUNT_FIELD_NUMBER

        public static final int MIN_CHECKPOINT_COUNT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MAX_CHECKPOINT_COUNT_FIELD_NUMBER

        public static final int MAX_CHECKPOINT_COUNT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MAX_SUBSCRIBER_COUNT_FIELD_NUMBER

        public static final int MAX_SUBSCRIBER_COUNT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LIVE_BUFFER_SIZE_FIELD_NUMBER

        public static final int LIVE_BUFFER_SIZE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • READ_BATCH_SIZE_FIELD_NUMBER

        public static final int READ_BATCH_SIZE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • HISTORY_BUFFER_SIZE_FIELD_NUMBER

        public static final int HISTORY_BUFFER_SIZE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • NAMED_CONSUMER_STRATEGY_FIELD_NUMBER

        public static final int NAMED_CONSUMER_STRATEGY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MESSAGE_TIMEOUT_TICKS_FIELD_NUMBER

        public static final int MESSAGE_TIMEOUT_TICKS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MESSAGE_TIMEOUT_MS_FIELD_NUMBER

        public static final int MESSAGE_TIMEOUT_MS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CHECKPOINT_AFTER_TICKS_FIELD_NUMBER

        public static final int CHECKPOINT_AFTER_TICKS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CHECKPOINT_AFTER_MS_FIELD_NUMBER

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

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getRevision

        @Deprecated
        public long getRevision()
        Deprecated.
        event_store.client.persistent_subscriptions.UpdateReq.Settings.revision is deprecated. See persistent.proto;l=220
        uint64 revision = 2 [deprecated = true];
        Specified by:
        getRevision in interface Persistent.UpdateReq.SettingsOrBuilder
        Returns:
        The revision.
      • getNamedConsumerStrategyValue

        public int getNamedConsumerStrategyValue()
        .event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13;
        Specified by:
        getNamedConsumerStrategyValue in interface Persistent.UpdateReq.SettingsOrBuilder
        Returns:
        The enum numeric value on the wire for namedConsumerStrategy.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

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

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Persistent.UpdateReq.Settings parseFrom​(java.nio.ByteBuffer data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Persistent.UpdateReq.Settings parseFrom​(java.nio.ByteBuffer data,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Persistent.UpdateReq.Settings parseFrom​(com.google.protobuf.ByteString data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Persistent.UpdateReq.Settings parseFrom​(com.google.protobuf.ByteString data,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Persistent.UpdateReq.Settings parseFrom​(byte[] data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Persistent.UpdateReq.Settings parseFrom​(byte[] data,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Persistent.UpdateReq.Settings parseFrom​(java.io.InputStream input)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Persistent.UpdateReq.Settings parseFrom​(java.io.InputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Persistent.UpdateReq.Settings parseDelimitedFrom​(java.io.InputStream input)
                                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static Persistent.UpdateReq.Settings parseDelimitedFrom​(java.io.InputStream input,
                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Persistent.UpdateReq.Settings parseFrom​(com.google.protobuf.CodedInputStream input)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static Persistent.UpdateReq.Settings parseFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public Persistent.UpdateReq.Settings.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Persistent.UpdateReq.Settings.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Persistent.UpdateReq.Settings.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Persistent.UpdateReq.Settings> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Persistent.UpdateReq.Settings getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder