Package | Description |
---|---|
io.axoniq.axonserver.grpc.control |
Modifier and Type | Method and Description |
---|---|
EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.Builder.build() |
EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.Builder.buildPartial() |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.getDefaultInstance() |
EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.getDefaultInstanceForType() |
EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.Builder.getDefaultInstanceForType() |
EventProcessorInfo.SegmentStatus |
EventProcessorInfoOrBuilder.getSegmentStatus(int index)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.SegmentStatus |
EventProcessorInfo.getSegmentStatus(int index)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.SegmentStatus |
EventProcessorInfo.Builder.getSegmentStatus(int index)
Status details of each of the Segments for which Events are being processed.
|
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseDelimitedFrom(InputStream input) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseFrom(byte[] data) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseFrom(ByteBuffer data) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseFrom(com.google.protobuf.ByteString data) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseFrom(com.google.protobuf.CodedInputStream input) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseFrom(InputStream input) |
static EventProcessorInfo.SegmentStatus |
EventProcessorInfo.SegmentStatus.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<EventProcessorInfo.SegmentStatus> |
EventProcessorInfo.SegmentStatus.getParserForType() |
List<EventProcessorInfo.SegmentStatus> |
EventProcessorInfoOrBuilder.getSegmentStatusList()
Status details of each of the Segments for which Events are being processed.
|
List<EventProcessorInfo.SegmentStatus> |
EventProcessorInfo.getSegmentStatusList()
Status details of each of the Segments for which Events are being processed.
|
List<EventProcessorInfo.SegmentStatus> |
EventProcessorInfo.Builder.getSegmentStatusList()
Status details of each of the Segments for which Events are being processed.
|
static com.google.protobuf.Parser<EventProcessorInfo.SegmentStatus> |
EventProcessorInfo.SegmentStatus.parser() |
Modifier and Type | Method and Description |
---|---|
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 value)
Status details of each of the Segments for which Events are being processed.
|
EventProcessorInfo.SegmentStatus.Builder |
EventProcessorInfo.SegmentStatus.Builder.mergeFrom(EventProcessorInfo.SegmentStatus other) |
static EventProcessorInfo.SegmentStatus.Builder |
EventProcessorInfo.SegmentStatus.newBuilder(EventProcessorInfo.SegmentStatus prototype) |
EventProcessorInfo.Builder |
EventProcessorInfo.Builder.setSegmentStatus(int index,
EventProcessorInfo.SegmentStatus value)
Status details of each of the Segments for which Events are being processed.
|
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.
|
Copyright © 2010–2020. All rights reserved.