public static interface Persistent.CreateReq.SettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Persistent.CreateReq.Settings.CheckpointAfterCase |
getCheckpointAfterCase() |
int |
getCheckpointAfterMs()
int32 checkpoint_after_ms = 15; |
long |
getCheckpointAfterTicks()
int64 checkpoint_after_ticks = 6; |
java.lang.String |
getConsumerStrategy()
string consumer_strategy = 16; |
com.google.protobuf.ByteString |
getConsumerStrategyBytes()
string consumer_strategy = 16; |
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.CreateReq.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.CreateReq.ConsumerStrategy |
getNamedConsumerStrategy()
Deprecated.
event_store.client.persistent_subscriptions.CreateReq.Settings.named_consumer_strategy is deprecated.
See kurrentdb/protocol/v1/persistent.proto;l=161
|
int |
getNamedConsumerStrategyValue()
Deprecated.
event_store.client.persistent_subscriptions.CreateReq.Settings.named_consumer_strategy is deprecated.
See kurrentdb/protocol/v1/persistent.proto;l=161
|
int |
getReadBatchSize()
int32 read_batch_size = 11; |
boolean |
getResolveLinks()
bool resolve_links = 1; |
long |
getRevision()
Deprecated.
event_store.client.persistent_subscriptions.CreateReq.Settings.revision is deprecated.
See kurrentdb/protocol/v1/persistent.proto;l=152
|
boolean |
hasCheckpointAfterMs()
int32 checkpoint_after_ms = 15; |
boolean |
hasCheckpointAfterTicks()
int64 checkpoint_after_ticks = 6; |
boolean |
hasMessageTimeoutMs()
int32 message_timeout_ms = 14; |
boolean |
hasMessageTimeoutTicks()
int64 message_timeout_ticks = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getResolveLinks()
bool resolve_links = 1;@Deprecated long getRevision()
uint64 revision = 2 [deprecated = true];boolean getExtraStatistics()
bool extra_statistics = 3;int getMaxRetryCount()
int32 max_retry_count = 5;int getMinCheckpointCount()
int32 min_checkpoint_count = 7;int getMaxCheckpointCount()
int32 max_checkpoint_count = 8;int getMaxSubscriberCount()
int32 max_subscriber_count = 9;int getLiveBufferSize()
int32 live_buffer_size = 10;int getReadBatchSize()
int32 read_batch_size = 11;int getHistoryBufferSize()
int32 history_buffer_size = 12;@Deprecated int getNamedConsumerStrategyValue()
.event_store.client.persistent_subscriptions.CreateReq.ConsumerStrategy named_consumer_strategy = 13 [deprecated = true];@Deprecated Persistent.CreateReq.ConsumerStrategy getNamedConsumerStrategy()
.event_store.client.persistent_subscriptions.CreateReq.ConsumerStrategy named_consumer_strategy = 13 [deprecated = true];boolean hasMessageTimeoutTicks()
int64 message_timeout_ticks = 4;long getMessageTimeoutTicks()
int64 message_timeout_ticks = 4;boolean hasMessageTimeoutMs()
int32 message_timeout_ms = 14;int getMessageTimeoutMs()
int32 message_timeout_ms = 14;boolean hasCheckpointAfterTicks()
int64 checkpoint_after_ticks = 6;long getCheckpointAfterTicks()
int64 checkpoint_after_ticks = 6;boolean hasCheckpointAfterMs()
int32 checkpoint_after_ms = 15;int getCheckpointAfterMs()
int32 checkpoint_after_ms = 15;java.lang.String getConsumerStrategy()
string consumer_strategy = 16;com.google.protobuf.ByteString getConsumerStrategyBytes()
string consumer_strategy = 16;Persistent.CreateReq.Settings.MessageTimeoutCase getMessageTimeoutCase()
Persistent.CreateReq.Settings.CheckpointAfterCase getCheckpointAfterCase()