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
|
boolean |
getIsStreamingProcessor()
Flag indicating whether the processor is a Streaming Event Processor.
|
String |
getLoadBalancingStrategyName()
current load balancing strategy name for the event processor
|
com.google.protobuf.ByteString |
getLoadBalancingStrategyNameBytes()
current load balancing strategy name for the event processor
|
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.
|
String |
getTokenStoreIdentifier()
The Token Store Identifier if available.
|
com.google.protobuf.ByteString |
getTokenStoreIdentifierBytes()
The Token Store Identifier if available.
|
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 Streaming 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 Streaming 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 Streaming 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 Streaming 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 Streaming 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;String getTokenStoreIdentifier()
The Token Store Identifier if available. This is only provided by Streaming Event Processors.
string token_store_identifier = 8;com.google.protobuf.ByteString getTokenStoreIdentifierBytes()
The Token Store Identifier if available. This is only provided by Streaming Event Processors.
string token_store_identifier = 8;boolean getIsStreamingProcessor()
Flag indicating whether the processor is a Streaming Event Processor. This dictates whether streaming operations, like split and merge, are supported by this processor.
bool is_streaming_processor = 9;String getLoadBalancingStrategyName()
current load balancing strategy name for the event processor
string load_balancing_strategy_name = 10;com.google.protobuf.ByteString getLoadBalancingStrategyNameBytes()
current load balancing strategy name for the event processor
string load_balancing_strategy_name = 10;Copyright © 2020–2023 AxonIQ BV. All rights reserved.