public static final class Persistent.UpdateReq.Settings extends com.google.protobuf.GeneratedMessage implements Persistent.UpdateReq.SettingsOrBuilder
event_store.client.persistent_subscriptions.UpdateReq.Settings| Modifier and Type | Class and Description |
|---|---|
static class |
Persistent.UpdateReq.Settings.Builder
Protobuf type
event_store.client.persistent_subscriptions.UpdateReq.Settings |
static class |
Persistent.UpdateReq.Settings.CheckpointAfterCase |
static class |
Persistent.UpdateReq.Settings.MessageTimeoutCase |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CHECKPOINT_AFTER_MS_FIELD_NUMBER |
static int |
CHECKPOINT_AFTER_TICKS_FIELD_NUMBER |
static int |
EXTRA_STATISTICS_FIELD_NUMBER |
static int |
HISTORY_BUFFER_SIZE_FIELD_NUMBER |
static int |
LIVE_BUFFER_SIZE_FIELD_NUMBER |
static int |
MAX_CHECKPOINT_COUNT_FIELD_NUMBER |
static int |
MAX_RETRY_COUNT_FIELD_NUMBER |
static int |
MAX_SUBSCRIBER_COUNT_FIELD_NUMBER |
static int |
MESSAGE_TIMEOUT_MS_FIELD_NUMBER |
static int |
MESSAGE_TIMEOUT_TICKS_FIELD_NUMBER |
static int |
MIN_CHECKPOINT_COUNT_FIELD_NUMBER |
static int |
NAMED_CONSUMER_STRATEGY_FIELD_NUMBER |
static int |
READ_BATCH_SIZE_FIELD_NUMBER |
static int |
RESOLVE_LINKS_FIELD_NUMBER |
static int |
REVISION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Persistent.UpdateReq.Settings.CheckpointAfterCase |
getCheckpointAfterCase() |
int |
getCheckpointAfterMs()
int32 checkpoint_after_ms = 15; |
long |
getCheckpointAfterTicks()
int64 checkpoint_after_ticks = 6; |
static Persistent.UpdateReq.Settings |
getDefaultInstance() |
Persistent.UpdateReq.Settings |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getExtraStatistics()
bool extra_statistics = 3; |
int |
getHistoryBufferSize()
int32 history_buffer_size = 12; |
int |
getLiveBufferSize()
int32 live_buffer_size = 10; |
int |
getMaxCheckpointCount()
int32 max_checkpoint_count = 8; |
int |
getMaxRetryCount()
int32 max_retry_count = 5; |
int |
getMaxSubscriberCount()
int32 max_subscriber_count = 9; |
Persistent.UpdateReq.Settings.MessageTimeoutCase |
getMessageTimeoutCase() |
int |
getMessageTimeoutMs()
int32 message_timeout_ms = 14; |
long |
getMessageTimeoutTicks()
int64 message_timeout_ticks = 4; |
int |
getMinCheckpointCount()
int32 min_checkpoint_count = 7; |
Persistent.UpdateReq.ConsumerStrategy |
getNamedConsumerStrategy()
.event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13; |
int |
getNamedConsumerStrategyValue()
.event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13; |
com.google.protobuf.Parser<Persistent.UpdateReq.Settings> |
getParserForType() |
int |
getReadBatchSize()
int32 read_batch_size = 11; |
boolean |
getResolveLinks()
bool resolve_links = 1; |
long |
getRevision()
Deprecated.
event_store.client.persistent_subscriptions.UpdateReq.Settings.revision is deprecated.
See kurrentdb/protocol/v1/persistent.proto;l=220
|
int |
getSerializedSize() |
boolean |
hasCheckpointAfterMs()
int32 checkpoint_after_ms = 15; |
boolean |
hasCheckpointAfterTicks()
int64 checkpoint_after_ticks = 6; |
int |
hashCode() |
boolean |
hasMessageTimeoutMs()
int32 message_timeout_ms = 14; |
boolean |
hasMessageTimeoutTicks()
int64 message_timeout_ticks = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Persistent.UpdateReq.Settings.Builder |
newBuilder() |
static Persistent.UpdateReq.Settings.Builder |
newBuilder(Persistent.UpdateReq.Settings prototype) |
Persistent.UpdateReq.Settings.Builder |
newBuilderForType() |
protected Persistent.UpdateReq.Settings.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static Persistent.UpdateReq.Settings |
parseDelimitedFrom(java.io.InputStream input) |
static Persistent.UpdateReq.Settings |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Persistent.UpdateReq.Settings |
parseFrom(byte[] data) |
static Persistent.UpdateReq.Settings |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Persistent.UpdateReq.Settings |
parseFrom(java.nio.ByteBuffer data) |
static Persistent.UpdateReq.Settings |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Persistent.UpdateReq.Settings |
parseFrom(com.google.protobuf.ByteString data) |
static Persistent.UpdateReq.Settings |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Persistent.UpdateReq.Settings |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Persistent.UpdateReq.Settings |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Persistent.UpdateReq.Settings |
parseFrom(java.io.InputStream input) |
static Persistent.UpdateReq.Settings |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Persistent.UpdateReq.Settings> |
parser() |
Persistent.UpdateReq.Settings.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int RESOLVE_LINKS_FIELD_NUMBER
public static final int REVISION_FIELD_NUMBER
public static final int EXTRA_STATISTICS_FIELD_NUMBER
public static final int MAX_RETRY_COUNT_FIELD_NUMBER
public static final int MIN_CHECKPOINT_COUNT_FIELD_NUMBER
public static final int MAX_CHECKPOINT_COUNT_FIELD_NUMBER
public static final int MAX_SUBSCRIBER_COUNT_FIELD_NUMBER
public static final int LIVE_BUFFER_SIZE_FIELD_NUMBER
public static final int READ_BATCH_SIZE_FIELD_NUMBER
public static final int HISTORY_BUFFER_SIZE_FIELD_NUMBER
public static final int NAMED_CONSUMER_STRATEGY_FIELD_NUMBER
public static final int MESSAGE_TIMEOUT_TICKS_FIELD_NUMBER
public static final int MESSAGE_TIMEOUT_MS_FIELD_NUMBER
public static final int CHECKPOINT_AFTER_TICKS_FIELD_NUMBER
public static final int CHECKPOINT_AFTER_MS_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic Persistent.UpdateReq.Settings.MessageTimeoutCase getMessageTimeoutCase()
getMessageTimeoutCase in interface Persistent.UpdateReq.SettingsOrBuilderpublic Persistent.UpdateReq.Settings.CheckpointAfterCase getCheckpointAfterCase()
getCheckpointAfterCase in interface Persistent.UpdateReq.SettingsOrBuilderpublic boolean getResolveLinks()
bool resolve_links = 1;getResolveLinks in interface Persistent.UpdateReq.SettingsOrBuilder@Deprecated public long getRevision()
uint64 revision = 2 [deprecated = true];getRevision in interface Persistent.UpdateReq.SettingsOrBuilderpublic boolean getExtraStatistics()
bool extra_statistics = 3;getExtraStatistics in interface Persistent.UpdateReq.SettingsOrBuilderpublic int getMaxRetryCount()
int32 max_retry_count = 5;getMaxRetryCount in interface Persistent.UpdateReq.SettingsOrBuilderpublic int getMinCheckpointCount()
int32 min_checkpoint_count = 7;getMinCheckpointCount in interface Persistent.UpdateReq.SettingsOrBuilderpublic int getMaxCheckpointCount()
int32 max_checkpoint_count = 8;getMaxCheckpointCount in interface Persistent.UpdateReq.SettingsOrBuilderpublic int getMaxSubscriberCount()
int32 max_subscriber_count = 9;getMaxSubscriberCount in interface Persistent.UpdateReq.SettingsOrBuilderpublic int getLiveBufferSize()
int32 live_buffer_size = 10;getLiveBufferSize in interface Persistent.UpdateReq.SettingsOrBuilderpublic int getReadBatchSize()
int32 read_batch_size = 11;getReadBatchSize in interface Persistent.UpdateReq.SettingsOrBuilderpublic int getHistoryBufferSize()
int32 history_buffer_size = 12;getHistoryBufferSize in interface Persistent.UpdateReq.SettingsOrBuilderpublic int getNamedConsumerStrategyValue()
.event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13;getNamedConsumerStrategyValue in interface Persistent.UpdateReq.SettingsOrBuilderpublic Persistent.UpdateReq.ConsumerStrategy getNamedConsumerStrategy()
.event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13;getNamedConsumerStrategy in interface Persistent.UpdateReq.SettingsOrBuilderpublic boolean hasMessageTimeoutTicks()
int64 message_timeout_ticks = 4;hasMessageTimeoutTicks in interface Persistent.UpdateReq.SettingsOrBuilderpublic long getMessageTimeoutTicks()
int64 message_timeout_ticks = 4;getMessageTimeoutTicks in interface Persistent.UpdateReq.SettingsOrBuilderpublic boolean hasMessageTimeoutMs()
int32 message_timeout_ms = 14;hasMessageTimeoutMs in interface Persistent.UpdateReq.SettingsOrBuilderpublic int getMessageTimeoutMs()
int32 message_timeout_ms = 14;getMessageTimeoutMs in interface Persistent.UpdateReq.SettingsOrBuilderpublic boolean hasCheckpointAfterTicks()
int64 checkpoint_after_ticks = 6;hasCheckpointAfterTicks in interface Persistent.UpdateReq.SettingsOrBuilderpublic long getCheckpointAfterTicks()
int64 checkpoint_after_ticks = 6;getCheckpointAfterTicks in interface Persistent.UpdateReq.SettingsOrBuilderpublic boolean hasCheckpointAfterMs()
int32 checkpoint_after_ms = 15;hasCheckpointAfterMs in interface Persistent.UpdateReq.SettingsOrBuilderpublic int getCheckpointAfterMs()
int32 checkpoint_after_ms = 15;getCheckpointAfterMs in interface Persistent.UpdateReq.SettingsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Persistent.UpdateReq.Settings parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.UpdateReq.Settings parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.UpdateReq.Settings parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.UpdateReq.Settings parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.UpdateReq.Settings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.UpdateReq.Settings parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.UpdateReq.Settings parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Persistent.UpdateReq.Settings parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Persistent.UpdateReq.Settings parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Persistent.UpdateReq.Settings parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Persistent.UpdateReq.Settings parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Persistent.UpdateReq.Settings parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Persistent.UpdateReq.Settings.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Persistent.UpdateReq.Settings.Builder newBuilder()
public static Persistent.UpdateReq.Settings.Builder newBuilder(Persistent.UpdateReq.Settings prototype)
public Persistent.UpdateReq.Settings.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Persistent.UpdateReq.Settings.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.AbstractMessagepublic static Persistent.UpdateReq.Settings getDefaultInstance()
public static com.google.protobuf.Parser<Persistent.UpdateReq.Settings> parser()
public com.google.protobuf.Parser<Persistent.UpdateReq.Settings> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic Persistent.UpdateReq.Settings getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder