Package | Description |
---|---|
io.axoniq.axonserver.grpc.control |
Modifier and Type | Method and Description |
---|---|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.addAllSegmentStatus(Iterable<? extends EventProcessorInfo.SegmentStatus> values)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.addSegmentStatus(EventProcessorInfo.SegmentStatus.Builder builderForValue)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.addSegmentStatus(EventProcessorInfo.SegmentStatus value)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.addSegmentStatus(int index,
EventProcessorInfo.SegmentStatus.Builder builderForValue)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.addSegmentStatus(int index,
EventProcessorInfo.SegmentStatus value)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clear() |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clearActiveThreads()
The number of threads currently actively processing Events
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clearAvailableThreads()
The number of threads the processor has available to assign to Segments.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clearError()
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clearMode()
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clearProcessorName()
The logical name of this processor.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clearRunning()
Flag indicating whether the processor is running
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clearSegmentStatus()
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.clone() |
EventProcessorInfo.Builder |
PlatformInboundInstruction.Builder.getEventProcessorInfoBuilder()
Information about Tracking Processors defined in the application.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.mergeFrom(EventProcessorInfo other) |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static EventProcessorInfo.Builder |
EventProcessorInfo.newBuilder() |
static EventProcessorInfo.Builder |
EventProcessorInfo.newBuilder(EventProcessorInfo prototype) |
EventProcessorInfo.Builder |
EventProcessorInfo.newBuilderForType() |
protected EventProcessorInfo.Builder |
EventProcessorInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.removeSegmentStatus(int index)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setActiveThreads(int value)
The number of threads currently actively processing Events
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setAvailableThreads(int value)
The number of threads the processor has available to assign to Segments.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setError(boolean value)
Flag indicating whether the processor, when stopped, did so because of an irrecoverable Error
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setMode(String value)
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setModeBytes(com.google.protobuf.ByteString value)
The mode in which this processor is reading Events, for example: 'Tracking' or 'Subscribing'
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setProcessorName(String value)
The logical name of this processor.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setProcessorNameBytes(com.google.protobuf.ByteString value)
The logical name of this processor.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setRunning(boolean value)
Flag indicating whether the processor is running
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setSegmentStatus(int index,
EventProcessorInfo.SegmentStatus.Builder builderForValue)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setSegmentStatus(int index,
EventProcessorInfo.SegmentStatus value)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EventProcessorInfo.Builder |
EventProcessorInfo.toBuilder() |
Modifier and Type | Method and Description |
---|---|
PlatformInboundInstruction.Builder |
PlatformInboundInstruction.Builder.setEventProcessorInfo(EventProcessorInfo.Builder builderForValue)
Information about Tracking Processors defined in the application.
|
Copyright © 2010–2020. All rights reserved.