public interface EventProcessorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| int | getActiveThreads()
 The number of threads currently actively processing Events | 
| int | getAvailableThreads()
 The number of threads the processor has available to assign to Segments. | 
| 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. | 
| 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. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProcessorName()
The logical name of this processor.
string processor_name = 1;com.google.protobuf.ByteString getProcessorNameBytes()
The logical name of this processor.
string processor_name = 1;String getMode()
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
string mode = 2;com.google.protobuf.ByteString getModeBytes()
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
string mode = 2;int getActiveThreads()
The number of threads currently actively processing Events
int32 active_threads = 3;boolean getRunning()
Flag indicating whether the processor is running
bool running = 4;boolean getError()
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
bool error = 5;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;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;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;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;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;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;Copyright © 2010–2020. All rights reserved.