public final class EventProcessorInstance extends com.google.protobuf.GeneratedMessageV3 implements EventProcessorInstanceOrBuilder
io.axoniq.axonserver.grpc.admin.EventProcessorInstance| Modifier and Type | Class and Description |
|---|---|
static class |
EventProcessorInstance.Builder
Protobuf type
io.axoniq.axonserver.grpc.admin.EventProcessorInstance |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CLAIMED_SEGMENT_FIELD_NUMBER |
static int |
CLIENT_ID_FIELD_NUMBER |
static int |
ISRUNNING_FIELD_NUMBER |
static int |
MAX_CAPACITY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
EventProcessorSegment |
getClaimedSegment(int index)
status of all segments claimed by the client
|
int |
getClaimedSegmentCount()
status of all segments claimed by the client
|
List<EventProcessorSegment> |
getClaimedSegmentList()
status of all segments claimed by the client
|
EventProcessorSegmentOrBuilder |
getClaimedSegmentOrBuilder(int index)
status of all segments claimed by the client
|
List<? extends EventProcessorSegmentOrBuilder> |
getClaimedSegmentOrBuilderList()
status of all segments claimed by the client
|
String |
getClientId()
the client identifier
|
com.google.protobuf.ByteString |
getClientIdBytes()
the client identifier
|
static EventProcessorInstance |
getDefaultInstance() |
EventProcessorInstance |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIsRunning()
true if the client instance of the event processor is running, false otherwise
|
int |
getMaxCapacity()
the max number of segments that this client can claim
|
com.google.protobuf.Parser<EventProcessorInstance> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EventProcessorInstance.Builder |
newBuilder() |
static EventProcessorInstance.Builder |
newBuilder(EventProcessorInstance prototype) |
EventProcessorInstance.Builder |
newBuilderForType() |
protected EventProcessorInstance.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static EventProcessorInstance |
parseDelimitedFrom(InputStream input) |
static EventProcessorInstance |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInstance |
parseFrom(byte[] data) |
static EventProcessorInstance |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInstance |
parseFrom(ByteBuffer data) |
static EventProcessorInstance |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInstance |
parseFrom(com.google.protobuf.ByteString data) |
static EventProcessorInstance |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInstance |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EventProcessorInstance |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInstance |
parseFrom(InputStream input) |
static EventProcessorInstance |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EventProcessorInstance> |
parser() |
EventProcessorInstance.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CLIENT_ID_FIELD_NUMBER
public static final int ISRUNNING_FIELD_NUMBER
public static final int MAX_CAPACITY_FIELD_NUMBER
public static final int CLAIMED_SEGMENT_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getClientId()
the client identifier
string client_id = 1;getClientId in interface EventProcessorInstanceOrBuilderpublic com.google.protobuf.ByteString getClientIdBytes()
the client identifier
string client_id = 1;getClientIdBytes in interface EventProcessorInstanceOrBuilderpublic boolean getIsRunning()
true if the client instance of the event processor is running, false otherwise
bool isRunning = 2;getIsRunning in interface EventProcessorInstanceOrBuilderpublic int getMaxCapacity()
the max number of segments that this client can claim
int32 max_capacity = 3;getMaxCapacity in interface EventProcessorInstanceOrBuilderpublic List<EventProcessorSegment> getClaimedSegmentList()
status of all segments claimed by the client
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorSegment claimed_segment = 4;getClaimedSegmentList in interface EventProcessorInstanceOrBuilderpublic List<? extends EventProcessorSegmentOrBuilder> getClaimedSegmentOrBuilderList()
status of all segments claimed by the client
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorSegment claimed_segment = 4;getClaimedSegmentOrBuilderList in interface EventProcessorInstanceOrBuilderpublic int getClaimedSegmentCount()
status of all segments claimed by the client
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorSegment claimed_segment = 4;getClaimedSegmentCount in interface EventProcessorInstanceOrBuilderpublic EventProcessorSegment getClaimedSegment(int index)
status of all segments claimed by the client
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorSegment claimed_segment = 4;getClaimedSegment in interface EventProcessorInstanceOrBuilderpublic EventProcessorSegmentOrBuilder getClaimedSegmentOrBuilder(int index)
status of all segments claimed by the client
repeated .io.axoniq.axonserver.grpc.admin.EventProcessorSegment claimed_segment = 4;getClaimedSegmentOrBuilder in interface EventProcessorInstanceOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(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 EventProcessorInstance parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessorInstance parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessorInstance parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessorInstance parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessorInstance parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessorInstance parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProcessorInstance parseFrom(InputStream input) throws IOException
IOExceptionpublic static EventProcessorInstance parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EventProcessorInstance parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EventProcessorInstance parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EventProcessorInstance parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EventProcessorInstance parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EventProcessorInstance.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static EventProcessorInstance.Builder newBuilder()
public static EventProcessorInstance.Builder newBuilder(EventProcessorInstance prototype)
public EventProcessorInstance.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected EventProcessorInstance.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static EventProcessorInstance getDefaultInstance()
public static com.google.protobuf.Parser<EventProcessorInstance> parser()
public com.google.protobuf.Parser<EventProcessorInstance> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public EventProcessorInstance getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2020–2023 AxonIQ BV. All rights reserved.