Interface Persistent.UpdateReq.SettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Persistent.UpdateReq.Settings,Persistent.UpdateReq.Settings.Builder
- Enclosing class:
- Persistent.UpdateReq
public static interface Persistent.UpdateReq.SettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Persistent.UpdateReq.Settings.CheckpointAfterCasegetCheckpointAfterCase()intgetCheckpointAfterMs()int32 checkpoint_after_ms = 15;longgetCheckpointAfterTicks()int64 checkpoint_after_ticks = 6;booleangetExtraStatistics()bool extra_statistics = 3;intgetHistoryBufferSize()int32 history_buffer_size = 12;intgetLiveBufferSize()int32 live_buffer_size = 10;intgetMaxCheckpointCount()int32 max_checkpoint_count = 8;intgetMaxRetryCount()int32 max_retry_count = 5;intgetMaxSubscriberCount()int32 max_subscriber_count = 9;Persistent.UpdateReq.Settings.MessageTimeoutCasegetMessageTimeoutCase()intgetMessageTimeoutMs()int32 message_timeout_ms = 14;longgetMessageTimeoutTicks()int64 message_timeout_ticks = 4;intgetMinCheckpointCount()int32 min_checkpoint_count = 7;Persistent.UpdateReq.ConsumerStrategygetNamedConsumerStrategy().event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13;intgetNamedConsumerStrategyValue().event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13;intgetReadBatchSize()int32 read_batch_size = 11;booleangetResolveLinks()bool resolve_links = 1;longgetRevision()Deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResolveLinks
boolean getResolveLinks()
bool resolve_links = 1;- Returns:
- The resolveLinks.
-
getRevision
@Deprecated long getRevision()
Deprecated.uint64 revision = 2 [deprecated = true];- Returns:
- The revision.
-
getExtraStatistics
boolean getExtraStatistics()
bool extra_statistics = 3;- Returns:
- The extraStatistics.
-
getMaxRetryCount
int getMaxRetryCount()
int32 max_retry_count = 5;- Returns:
- The maxRetryCount.
-
getMinCheckpointCount
int getMinCheckpointCount()
int32 min_checkpoint_count = 7;- Returns:
- The minCheckpointCount.
-
getMaxCheckpointCount
int getMaxCheckpointCount()
int32 max_checkpoint_count = 8;- Returns:
- The maxCheckpointCount.
-
getMaxSubscriberCount
int getMaxSubscriberCount()
int32 max_subscriber_count = 9;- Returns:
- The maxSubscriberCount.
-
getLiveBufferSize
int getLiveBufferSize()
int32 live_buffer_size = 10;- Returns:
- The liveBufferSize.
-
getReadBatchSize
int getReadBatchSize()
int32 read_batch_size = 11;- Returns:
- The readBatchSize.
-
getHistoryBufferSize
int getHistoryBufferSize()
int32 history_buffer_size = 12;- Returns:
- The historyBufferSize.
-
getNamedConsumerStrategyValue
int getNamedConsumerStrategyValue()
.event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13;- Returns:
- The enum numeric value on the wire for namedConsumerStrategy.
-
getNamedConsumerStrategy
Persistent.UpdateReq.ConsumerStrategy getNamedConsumerStrategy()
.event_store.client.persistent_subscriptions.UpdateReq.ConsumerStrategy named_consumer_strategy = 13;- Returns:
- The namedConsumerStrategy.
-
getMessageTimeoutTicks
long getMessageTimeoutTicks()
int64 message_timeout_ticks = 4;- Returns:
- The messageTimeoutTicks.
-
getMessageTimeoutMs
int getMessageTimeoutMs()
int32 message_timeout_ms = 14;- Returns:
- The messageTimeoutMs.
-
getCheckpointAfterTicks
long getCheckpointAfterTicks()
int64 checkpoint_after_ticks = 6;- Returns:
- The checkpointAfterTicks.
-
getCheckpointAfterMs
int getCheckpointAfterMs()
int32 checkpoint_after_ms = 15;- Returns:
- The checkpointAfterMs.
-
getMessageTimeoutCase
Persistent.UpdateReq.Settings.MessageTimeoutCase getMessageTimeoutCase()
-
getCheckpointAfterCase
Persistent.UpdateReq.Settings.CheckpointAfterCase getCheckpointAfterCase()
-
-