public static final class Persistent.SubscriptionInfo extends com.google.protobuf.GeneratedMessage implements Persistent.SubscriptionInfoOrBuilder
event_store.client.persistent_subscriptions.SubscriptionInfo| Modifier and Type | Class and Description |
|---|---|
static class |
Persistent.SubscriptionInfo.Builder
Protobuf type
event_store.client.persistent_subscriptions.SubscriptionInfo |
static class |
Persistent.SubscriptionInfo.ConnectionInfo
Protobuf type
event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo |
static interface |
Persistent.SubscriptionInfo.ConnectionInfoOrBuilder |
static class |
Persistent.SubscriptionInfo.Measurement
Protobuf type
event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement |
static interface |
Persistent.SubscriptionInfo.MeasurementOrBuilder |
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 | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getAveragePerSecond()
int32 average_per_second = 5; |
int |
getBufferSize()
int32 buffer_size = 16; |
int |
getCheckPointAfterMilliseconds()
int32 check_point_after_milliseconds = 18; |
Persistent.SubscriptionInfo.ConnectionInfo |
getConnections(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
int |
getConnectionsCount()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
java.util.List<Persistent.SubscriptionInfo.ConnectionInfo> |
getConnectionsList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.ConnectionInfoOrBuilder |
getConnectionsOrBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
java.util.List<? extends Persistent.SubscriptionInfo.ConnectionInfoOrBuilder> |
getConnectionsOrBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
long |
getCountSinceLastMeasurement()
int64 count_since_last_measurement = 7; |
static Persistent.SubscriptionInfo |
getDefaultInstance() |
Persistent.SubscriptionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getEventSource()
string event_source = 1; |
com.google.protobuf.ByteString |
getEventSourceBytes()
string event_source = 1; |
boolean |
getExtraStatistics()
bool extra_statistics = 13; |
java.lang.String |
getGroupName()
string group_name = 2; |
com.google.protobuf.ByteString |
getGroupNameBytes()
string group_name = 2; |
java.lang.String |
getLastCheckpointedEventPosition()
string last_checkpointed_event_position = 8; |
com.google.protobuf.ByteString |
getLastCheckpointedEventPositionBytes()
string last_checkpointed_event_position = 8; |
java.lang.String |
getLastKnownEventPosition()
string last_known_event_position = 9; |
com.google.protobuf.ByteString |
getLastKnownEventPositionBytes()
string last_known_event_position = 9; |
long |
getLiveBufferCount()
int64 live_buffer_count = 22; |
int |
getLiveBufferSize()
int32 live_buffer_size = 15; |
int |
getMaxCheckPointCount()
int32 max_check_point_count = 20; |
int |
getMaxRetryCount()
int32 max_retry_count = 14; |
int |
getMaxSubscriberCount()
int32 max_subscriber_count = 27; |
int |
getMessageTimeoutMilliseconds()
int32 message_timeout_milliseconds = 12; |
int |
getMinCheckPointCount()
int32 min_check_point_count = 19; |
java.lang.String |
getNamedConsumerStrategy()
string named_consumer_strategy = 26; |
com.google.protobuf.ByteString |
getNamedConsumerStrategyBytes()
string named_consumer_strategy = 26; |
int |
getOutstandingMessagesCount()
int32 outstanding_messages_count = 25; |
long |
getParkedMessageCount()
int64 parked_message_count = 28; |
com.google.protobuf.Parser<Persistent.SubscriptionInfo> |
getParserForType() |
int |
getReadBatchSize()
int32 read_batch_size = 17; |
int |
getReadBufferCount()
int32 read_buffer_count = 21; |
boolean |
getResolveLinkTos()
bool resolve_link_tos = 10; |
int |
getRetryBufferCount()
int32 retry_buffer_count = 23; |
int |
getSerializedSize() |
java.lang.String |
getStartFrom()
string start_from = 11; |
com.google.protobuf.ByteString |
getStartFromBytes()
string start_from = 11; |
java.lang.String |
getStatus()
string status = 3; |
com.google.protobuf.ByteString |
getStatusBytes()
string status = 3; |
int |
getTotalInFlightMessages()
int32 total_in_flight_messages = 24; |
long |
getTotalItems()
int64 total_items = 6; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Persistent.SubscriptionInfo.Builder |
newBuilder() |
static Persistent.SubscriptionInfo.Builder |
newBuilder(Persistent.SubscriptionInfo prototype) |
Persistent.SubscriptionInfo.Builder |
newBuilderForType() |
protected Persistent.SubscriptionInfo.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static Persistent.SubscriptionInfo |
parseDelimitedFrom(java.io.InputStream input) |
static Persistent.SubscriptionInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Persistent.SubscriptionInfo |
parseFrom(byte[] data) |
static Persistent.SubscriptionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Persistent.SubscriptionInfo |
parseFrom(java.nio.ByteBuffer data) |
static Persistent.SubscriptionInfo |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Persistent.SubscriptionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Persistent.SubscriptionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Persistent.SubscriptionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Persistent.SubscriptionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Persistent.SubscriptionInfo |
parseFrom(java.io.InputStream input) |
static Persistent.SubscriptionInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Persistent.SubscriptionInfo> |
parser() |
Persistent.SubscriptionInfo.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 EVENT_SOURCE_FIELD_NUMBER
public static final int GROUP_NAME_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int CONNECTIONS_FIELD_NUMBER
public static final int AVERAGE_PER_SECOND_FIELD_NUMBER
public static final int TOTAL_ITEMS_FIELD_NUMBER
public static final int COUNT_SINCE_LAST_MEASUREMENT_FIELD_NUMBER
public static final int LAST_CHECKPOINTED_EVENT_POSITION_FIELD_NUMBER
public static final int LAST_KNOWN_EVENT_POSITION_FIELD_NUMBER
public static final int RESOLVE_LINK_TOS_FIELD_NUMBER
public static final int START_FROM_FIELD_NUMBER
public static final int MESSAGE_TIMEOUT_MILLISECONDS_FIELD_NUMBER
public static final int EXTRA_STATISTICS_FIELD_NUMBER
public static final int MAX_RETRY_COUNT_FIELD_NUMBER
public static final int LIVE_BUFFER_SIZE_FIELD_NUMBER
public static final int BUFFER_SIZE_FIELD_NUMBER
public static final int READ_BATCH_SIZE_FIELD_NUMBER
public static final int CHECK_POINT_AFTER_MILLISECONDS_FIELD_NUMBER
public static final int MIN_CHECK_POINT_COUNT_FIELD_NUMBER
public static final int MAX_CHECK_POINT_COUNT_FIELD_NUMBER
public static final int READ_BUFFER_COUNT_FIELD_NUMBER
public static final int LIVE_BUFFER_COUNT_FIELD_NUMBER
public static final int RETRY_BUFFER_COUNT_FIELD_NUMBER
public static final int TOTAL_IN_FLIGHT_MESSAGES_FIELD_NUMBER
public static final int OUTSTANDING_MESSAGES_COUNT_FIELD_NUMBER
public static final int NAMED_CONSUMER_STRATEGY_FIELD_NUMBER
public static final int MAX_SUBSCRIBER_COUNT_FIELD_NUMBER
public static final int PARKED_MESSAGE_COUNT_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 java.lang.String getEventSource()
string event_source = 1;getEventSource in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getEventSourceBytes()
string event_source = 1;getEventSourceBytes in interface Persistent.SubscriptionInfoOrBuilderpublic java.lang.String getGroupName()
string group_name = 2;getGroupName in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getGroupNameBytes()
string group_name = 2;getGroupNameBytes in interface Persistent.SubscriptionInfoOrBuilderpublic java.lang.String getStatus()
string status = 3;getStatus in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getStatusBytes()
string status = 3;getStatusBytes in interface Persistent.SubscriptionInfoOrBuilderpublic java.util.List<Persistent.SubscriptionInfo.ConnectionInfo> getConnectionsList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnectionsList in interface Persistent.SubscriptionInfoOrBuilderpublic java.util.List<? extends Persistent.SubscriptionInfo.ConnectionInfoOrBuilder> getConnectionsOrBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnectionsOrBuilderList in interface Persistent.SubscriptionInfoOrBuilderpublic int getConnectionsCount()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnectionsCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo getConnections(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnections in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfoOrBuilder getConnectionsOrBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnectionsOrBuilder in interface Persistent.SubscriptionInfoOrBuilderpublic int getAveragePerSecond()
int32 average_per_second = 5;getAveragePerSecond in interface Persistent.SubscriptionInfoOrBuilderpublic long getTotalItems()
int64 total_items = 6;getTotalItems in interface Persistent.SubscriptionInfoOrBuilderpublic long getCountSinceLastMeasurement()
int64 count_since_last_measurement = 7;getCountSinceLastMeasurement in interface Persistent.SubscriptionInfoOrBuilderpublic java.lang.String getLastCheckpointedEventPosition()
string last_checkpointed_event_position = 8;getLastCheckpointedEventPosition in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getLastCheckpointedEventPositionBytes()
string last_checkpointed_event_position = 8;getLastCheckpointedEventPositionBytes in interface Persistent.SubscriptionInfoOrBuilderpublic java.lang.String getLastKnownEventPosition()
string last_known_event_position = 9;getLastKnownEventPosition in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getLastKnownEventPositionBytes()
string last_known_event_position = 9;getLastKnownEventPositionBytes in interface Persistent.SubscriptionInfoOrBuilderpublic boolean getResolveLinkTos()
bool resolve_link_tos = 10;getResolveLinkTos in interface Persistent.SubscriptionInfoOrBuilderpublic java.lang.String getStartFrom()
string start_from = 11;getStartFrom in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getStartFromBytes()
string start_from = 11;getStartFromBytes in interface Persistent.SubscriptionInfoOrBuilderpublic int getMessageTimeoutMilliseconds()
int32 message_timeout_milliseconds = 12;getMessageTimeoutMilliseconds in interface Persistent.SubscriptionInfoOrBuilderpublic boolean getExtraStatistics()
bool extra_statistics = 13;getExtraStatistics in interface Persistent.SubscriptionInfoOrBuilderpublic int getMaxRetryCount()
int32 max_retry_count = 14;getMaxRetryCount in interface Persistent.SubscriptionInfoOrBuilderpublic int getLiveBufferSize()
int32 live_buffer_size = 15;getLiveBufferSize in interface Persistent.SubscriptionInfoOrBuilderpublic int getBufferSize()
int32 buffer_size = 16;getBufferSize in interface Persistent.SubscriptionInfoOrBuilderpublic int getReadBatchSize()
int32 read_batch_size = 17;getReadBatchSize in interface Persistent.SubscriptionInfoOrBuilderpublic int getCheckPointAfterMilliseconds()
int32 check_point_after_milliseconds = 18;getCheckPointAfterMilliseconds in interface Persistent.SubscriptionInfoOrBuilderpublic int getMinCheckPointCount()
int32 min_check_point_count = 19;getMinCheckPointCount in interface Persistent.SubscriptionInfoOrBuilderpublic int getMaxCheckPointCount()
int32 max_check_point_count = 20;getMaxCheckPointCount in interface Persistent.SubscriptionInfoOrBuilderpublic int getReadBufferCount()
int32 read_buffer_count = 21;getReadBufferCount in interface Persistent.SubscriptionInfoOrBuilderpublic long getLiveBufferCount()
int64 live_buffer_count = 22;getLiveBufferCount in interface Persistent.SubscriptionInfoOrBuilderpublic int getRetryBufferCount()
int32 retry_buffer_count = 23;getRetryBufferCount in interface Persistent.SubscriptionInfoOrBuilderpublic int getTotalInFlightMessages()
int32 total_in_flight_messages = 24;getTotalInFlightMessages in interface Persistent.SubscriptionInfoOrBuilderpublic int getOutstandingMessagesCount()
int32 outstanding_messages_count = 25;getOutstandingMessagesCount in interface Persistent.SubscriptionInfoOrBuilderpublic java.lang.String getNamedConsumerStrategy()
string named_consumer_strategy = 26;getNamedConsumerStrategy in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getNamedConsumerStrategyBytes()
string named_consumer_strategy = 26;getNamedConsumerStrategyBytes in interface Persistent.SubscriptionInfoOrBuilderpublic int getMaxSubscriberCount()
int32 max_subscriber_count = 27;getMaxSubscriberCount in interface Persistent.SubscriptionInfoOrBuilderpublic long getParkedMessageCount()
int64 parked_message_count = 28;getParkedMessageCount in interface Persistent.SubscriptionInfoOrBuilderpublic 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.SubscriptionInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.SubscriptionInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.SubscriptionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.SubscriptionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.SubscriptionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.SubscriptionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Persistent.SubscriptionInfo parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Persistent.SubscriptionInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Persistent.SubscriptionInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Persistent.SubscriptionInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Persistent.SubscriptionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Persistent.SubscriptionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Persistent.SubscriptionInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Persistent.SubscriptionInfo.Builder newBuilder()
public static Persistent.SubscriptionInfo.Builder newBuilder(Persistent.SubscriptionInfo prototype)
public Persistent.SubscriptionInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Persistent.SubscriptionInfo.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.AbstractMessagepublic static Persistent.SubscriptionInfo getDefaultInstance()
public static com.google.protobuf.Parser<Persistent.SubscriptionInfo> parser()
public com.google.protobuf.Parser<Persistent.SubscriptionInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic Persistent.SubscriptionInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder