public static final class EventProcessorInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder> implements EventProcessorInfoOrBuilder
Message containing information about the status of a Tracking Event ProcessorProtobuf type
io.axoniq.axonserver.grpc.control.EventProcessorInfo| Modifier and Type | Method and Description |
|---|---|
EventProcessorInfo.Builder |
addAllSegmentStatus(Iterable<? extends EventProcessorInfo.SegmentStatus> values)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EventProcessorInfo.Builder |
addSegmentStatus(EventProcessorInfo.SegmentStatus.Builder builderForValue)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
addSegmentStatus(EventProcessorInfo.SegmentStatus value)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
addSegmentStatus(int index,
EventProcessorInfo.SegmentStatus.Builder builderForValue)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
addSegmentStatus(int index,
EventProcessorInfo.SegmentStatus value)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.SegmentStatus.Builder |
addSegmentStatusBuilder()
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.SegmentStatus.Builder |
addSegmentStatusBuilder(int index)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo |
build() |
EventProcessorInfo |
buildPartial() |
EventProcessorInfo.Builder |
clear() |
EventProcessorInfo.Builder |
clearActiveThreads()
The number of threads currently actively processing Events
|
EventProcessorInfo.Builder |
clearAvailableThreads()
The number of threads the processor has available to assign to Segments.
|
EventProcessorInfo.Builder |
clearError()
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
|
EventProcessorInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EventProcessorInfo.Builder |
clearMode()
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
|
EventProcessorInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EventProcessorInfo.Builder |
clearProcessorName()
The logical name of this processor.
|
EventProcessorInfo.Builder |
clearRunning()
Flag indicating whether the processor is running
|
EventProcessorInfo.Builder |
clearSegmentStatus()
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
clone() |
int |
getActiveThreads()
The number of threads currently actively processing Events
|
int |
getAvailableThreads()
The number of threads the processor has available to assign to Segments.
|
EventProcessorInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getError()
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
|
String |
getMode()
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
|
com.google.protobuf.ByteString |
getModeBytes()
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
|
String |
getProcessorName()
The logical name of this processor.
|
com.google.protobuf.ByteString |
getProcessorNameBytes()
The logical name of this processor.
|
boolean |
getRunning()
Flag indicating whether the processor is running
|
EventProcessorInfo.SegmentStatus |
getSegmentStatus(int index)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.SegmentStatus.Builder |
getSegmentStatusBuilder(int index)
Status details of each of the Segments for which Events are being processed.
|
List<EventProcessorInfo.SegmentStatus.Builder> |
getSegmentStatusBuilderList()
Status details of each of the Segments for which Events are being processed.
|
int |
getSegmentStatusCount()
Status details of each of the Segments for which Events are being processed.
|
List<EventProcessorInfo.SegmentStatus> |
getSegmentStatusList()
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.SegmentStatusOrBuilder |
getSegmentStatusOrBuilder(int index)
Status details of each of the Segments for which Events are being processed.
|
List<? extends EventProcessorInfo.SegmentStatusOrBuilder> |
getSegmentStatusOrBuilderList()
Status details of each of the Segments for which Events are being processed.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EventProcessorInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EventProcessorInfo.Builder |
mergeFrom(EventProcessorInfo other) |
EventProcessorInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
EventProcessorInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EventProcessorInfo.Builder |
removeSegmentStatus(int index)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
setActiveThreads(int value)
The number of threads currently actively processing Events
|
EventProcessorInfo.Builder |
setAvailableThreads(int value)
The number of threads the processor has available to assign to Segments.
|
EventProcessorInfo.Builder |
setError(boolean value)
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
|
EventProcessorInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EventProcessorInfo.Builder |
setMode(String value)
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
|
EventProcessorInfo.Builder |
setModeBytes(com.google.protobuf.ByteString value)
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
|
EventProcessorInfo.Builder |
setProcessorName(String value)
The logical name of this processor.
|
EventProcessorInfo.Builder |
setProcessorNameBytes(com.google.protobuf.ByteString value)
The logical name of this processor.
|
EventProcessorInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EventProcessorInfo.Builder |
setRunning(boolean value)
Flag indicating whether the processor is running
|
EventProcessorInfo.Builder |
setSegmentStatus(int index,
EventProcessorInfo.SegmentStatus.Builder builderForValue)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
setSegmentStatus(int index,
EventProcessorInfo.SegmentStatus value)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public EventProcessorInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public EventProcessorInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EventProcessorInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EventProcessorInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EventProcessorInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public EventProcessorInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public EventProcessorInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public EventProcessorInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public EventProcessorInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public EventProcessorInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public EventProcessorInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EventProcessorInfo.Builder>public EventProcessorInfo.Builder mergeFrom(EventProcessorInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public EventProcessorInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EventProcessorInfo.Builder>IOExceptionpublic String getProcessorName()
The logical name of this processor.
string processor_name = 1;getProcessorName in interface EventProcessorInfoOrBuilderpublic com.google.protobuf.ByteString getProcessorNameBytes()
The logical name of this processor.
string processor_name = 1;getProcessorNameBytes in interface EventProcessorInfoOrBuilderpublic EventProcessorInfo.Builder setProcessorName(String value)
The logical name of this processor.
string processor_name = 1;public EventProcessorInfo.Builder clearProcessorName()
The logical name of this processor.
string processor_name = 1;public EventProcessorInfo.Builder setProcessorNameBytes(com.google.protobuf.ByteString value)
The logical name of this processor.
string processor_name = 1;public String getMode()
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
string mode = 2;getMode in interface EventProcessorInfoOrBuilderpublic com.google.protobuf.ByteString getModeBytes()
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
string mode = 2;getModeBytes in interface EventProcessorInfoOrBuilderpublic EventProcessorInfo.Builder setMode(String value)
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
string mode = 2;public EventProcessorInfo.Builder clearMode()
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
string mode = 2;public EventProcessorInfo.Builder setModeBytes(com.google.protobuf.ByteString value)
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
string mode = 2;public int getActiveThreads()
The number of threads currently actively processing Events
int32 active_threads = 3;getActiveThreads in interface EventProcessorInfoOrBuilderpublic EventProcessorInfo.Builder setActiveThreads(int value)
The number of threads currently actively processing Events
int32 active_threads = 3;public EventProcessorInfo.Builder clearActiveThreads()
The number of threads currently actively processing Events
int32 active_threads = 3;public boolean getRunning()
Flag indicating whether the processor is running
bool running = 4;getRunning in interface EventProcessorInfoOrBuilderpublic EventProcessorInfo.Builder setRunning(boolean value)
Flag indicating whether the processor is running
bool running = 4;public EventProcessorInfo.Builder clearRunning()
Flag indicating whether the processor is running
bool running = 4;public boolean getError()
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
bool error = 5;getError in interface EventProcessorInfoOrBuilderpublic EventProcessorInfo.Builder setError(boolean value)
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
bool error = 5;public EventProcessorInfo.Builder clearError()
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
bool error = 5;public List<EventProcessorInfo.SegmentStatus> getSegmentStatusList()
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;getSegmentStatusList in interface EventProcessorInfoOrBuilderpublic int getSegmentStatusCount()
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;getSegmentStatusCount in interface EventProcessorInfoOrBuilderpublic EventProcessorInfo.SegmentStatus getSegmentStatus(int index)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;getSegmentStatus in interface EventProcessorInfoOrBuilderpublic EventProcessorInfo.Builder setSegmentStatus(int index, EventProcessorInfo.SegmentStatus value)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.Builder setSegmentStatus(int index, EventProcessorInfo.SegmentStatus.Builder builderForValue)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.Builder addSegmentStatus(EventProcessorInfo.SegmentStatus value)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.Builder addSegmentStatus(int index, EventProcessorInfo.SegmentStatus value)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.Builder addSegmentStatus(EventProcessorInfo.SegmentStatus.Builder builderForValue)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.Builder addSegmentStatus(int index, EventProcessorInfo.SegmentStatus.Builder builderForValue)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.Builder addAllSegmentStatus(Iterable<? extends EventProcessorInfo.SegmentStatus> values)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.Builder clearSegmentStatus()
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.Builder removeSegmentStatus(int index)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.SegmentStatus.Builder getSegmentStatusBuilder(int index)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.SegmentStatusOrBuilder getSegmentStatusOrBuilder(int index)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;getSegmentStatusOrBuilder in interface EventProcessorInfoOrBuilderpublic List<? extends EventProcessorInfo.SegmentStatusOrBuilder> getSegmentStatusOrBuilderList()
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;getSegmentStatusOrBuilderList in interface EventProcessorInfoOrBuilderpublic EventProcessorInfo.SegmentStatus.Builder addSegmentStatusBuilder()
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public EventProcessorInfo.SegmentStatus.Builder addSegmentStatusBuilder(int index)
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public List<EventProcessorInfo.SegmentStatus.Builder> getSegmentStatusBuilderList()
Status details of each of the Segments for which Events are being processed. This is only provided by Tracking Event Processors.
repeated .io.axoniq.axonserver.grpc.control.EventProcessorInfo.SegmentStatus segment_status = 6;public int getAvailableThreads()
The number of threads the processor has available to assign to Segments. Will report 0 if all threads are assigned a Segment.
int32 available_threads = 7;getAvailableThreads in interface EventProcessorInfoOrBuilderpublic EventProcessorInfo.Builder setAvailableThreads(int value)
The number of threads the processor has available to assign to Segments. Will report 0 if all threads are assigned a Segment.
int32 available_threads = 7;public EventProcessorInfo.Builder clearAvailableThreads()
The number of threads the processor has available to assign to Segments. Will report 0 if all threads are assigned a Segment.
int32 available_threads = 7;public final EventProcessorInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>public final EventProcessorInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EventProcessorInfo.Builder>Copyright © 2010–2020. All rights reserved.