Interface Persistent.SubscriptionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Persistent.SubscriptionInfo,Persistent.SubscriptionInfo.Builder
- Enclosing class:
- Persistent
public static interface Persistent.SubscriptionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 average_per_second = 5;intint32 buffer_size = 16;intint32 check_point_after_milliseconds = 18;getConnections(int index) repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;intrepeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnectionsOrBuilder(int index) repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;longint64 count_since_last_measurement = 7;string event_source = 1;com.google.protobuf.ByteStringstring event_source = 1;booleanbool extra_statistics = 13;string group_name = 2;com.google.protobuf.ByteStringstring group_name = 2;string last_checkpointed_event_position = 8;com.google.protobuf.ByteStringstring last_checkpointed_event_position = 8;string last_known_event_position = 9;com.google.protobuf.ByteStringstring last_known_event_position = 9;longint64 live_buffer_count = 22;intint32 live_buffer_size = 15;intint32 max_check_point_count = 20;intint32 max_retry_count = 14;intint32 max_subscriber_count = 27;intint32 message_timeout_milliseconds = 12;intint32 min_check_point_count = 19;string named_consumer_strategy = 26;com.google.protobuf.ByteStringstring named_consumer_strategy = 26;intint32 outstanding_messages_count = 25;longint64 parked_message_count = 28;intint32 read_batch_size = 17;intint32 read_buffer_count = 21;booleanbool resolve_link_tos = 10;intint32 retry_buffer_count = 23;string start_from = 11;com.google.protobuf.ByteStringstring start_from = 11;string status = 3;com.google.protobuf.ByteStringstring status = 3;intint32 total_in_flight_messages = 24;longint64 total_items = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEventSource
String getEventSource()string event_source = 1;- Returns:
- The eventSource.
-
getEventSourceBytes
com.google.protobuf.ByteString getEventSourceBytes()string event_source = 1;- Returns:
- The bytes for eventSource.
-
getGroupName
String getGroupName()string group_name = 2;- Returns:
- The groupName.
-
getGroupNameBytes
com.google.protobuf.ByteString getGroupNameBytes()string group_name = 2;- Returns:
- The bytes for groupName.
-
getStatus
String getStatus()string status = 3;- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()string status = 3;- Returns:
- The bytes for status.
-
getConnectionsList
List<Persistent.SubscriptionInfo.ConnectionInfo> getConnectionsList()repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; -
getConnections
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; -
getConnectionsCount
int getConnectionsCount()repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; -
getConnectionsOrBuilderList
List<? extends Persistent.SubscriptionInfo.ConnectionInfoOrBuilder> getConnectionsOrBuilderList()repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; -
getConnectionsOrBuilder
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; -
getAveragePerSecond
int getAveragePerSecond()int32 average_per_second = 5;- Returns:
- The averagePerSecond.
-
getTotalItems
long getTotalItems()int64 total_items = 6;- Returns:
- The totalItems.
-
getCountSinceLastMeasurement
long getCountSinceLastMeasurement()int64 count_since_last_measurement = 7;- Returns:
- The countSinceLastMeasurement.
-
getLastCheckpointedEventPosition
String getLastCheckpointedEventPosition()string last_checkpointed_event_position = 8;- Returns:
- The lastCheckpointedEventPosition.
-
getLastCheckpointedEventPositionBytes
com.google.protobuf.ByteString getLastCheckpointedEventPositionBytes()string last_checkpointed_event_position = 8;- Returns:
- The bytes for lastCheckpointedEventPosition.
-
getLastKnownEventPosition
String getLastKnownEventPosition()string last_known_event_position = 9;- Returns:
- The lastKnownEventPosition.
-
getLastKnownEventPositionBytes
com.google.protobuf.ByteString getLastKnownEventPositionBytes()string last_known_event_position = 9;- Returns:
- The bytes for lastKnownEventPosition.
-
getResolveLinkTos
boolean getResolveLinkTos()bool resolve_link_tos = 10;- Returns:
- The resolveLinkTos.
-
getStartFrom
String getStartFrom()string start_from = 11;- Returns:
- The startFrom.
-
getStartFromBytes
com.google.protobuf.ByteString getStartFromBytes()string start_from = 11;- Returns:
- The bytes for startFrom.
-
getMessageTimeoutMilliseconds
int getMessageTimeoutMilliseconds()int32 message_timeout_milliseconds = 12;- Returns:
- The messageTimeoutMilliseconds.
-
getExtraStatistics
boolean getExtraStatistics()bool extra_statistics = 13;- Returns:
- The extraStatistics.
-
getMaxRetryCount
int getMaxRetryCount()int32 max_retry_count = 14;- Returns:
- The maxRetryCount.
-
getLiveBufferSize
int getLiveBufferSize()int32 live_buffer_size = 15;- Returns:
- The liveBufferSize.
-
getBufferSize
int getBufferSize()int32 buffer_size = 16;- Returns:
- The bufferSize.
-
getReadBatchSize
int getReadBatchSize()int32 read_batch_size = 17;- Returns:
- The readBatchSize.
-
getCheckPointAfterMilliseconds
int getCheckPointAfterMilliseconds()int32 check_point_after_milliseconds = 18;- Returns:
- The checkPointAfterMilliseconds.
-
getMinCheckPointCount
int getMinCheckPointCount()int32 min_check_point_count = 19;- Returns:
- The minCheckPointCount.
-
getMaxCheckPointCount
int getMaxCheckPointCount()int32 max_check_point_count = 20;- Returns:
- The maxCheckPointCount.
-
getReadBufferCount
int getReadBufferCount()int32 read_buffer_count = 21;- Returns:
- The readBufferCount.
-
getLiveBufferCount
long getLiveBufferCount()int64 live_buffer_count = 22;- Returns:
- The liveBufferCount.
-
getRetryBufferCount
int getRetryBufferCount()int32 retry_buffer_count = 23;- Returns:
- The retryBufferCount.
-
getTotalInFlightMessages
int getTotalInFlightMessages()int32 total_in_flight_messages = 24;- Returns:
- The totalInFlightMessages.
-
getOutstandingMessagesCount
int getOutstandingMessagesCount()int32 outstanding_messages_count = 25;- Returns:
- The outstandingMessagesCount.
-
getNamedConsumerStrategy
String getNamedConsumerStrategy()string named_consumer_strategy = 26;- Returns:
- The namedConsumerStrategy.
-
getNamedConsumerStrategyBytes
com.google.protobuf.ByteString getNamedConsumerStrategyBytes()string named_consumer_strategy = 26;- Returns:
- The bytes for namedConsumerStrategy.
-
getMaxSubscriberCount
int getMaxSubscriberCount()int32 max_subscriber_count = 27;- Returns:
- The maxSubscriberCount.
-
getParkedMessageCount
long getParkedMessageCount()int64 parked_message_count = 28;- Returns:
- The parkedMessageCount.
-