Package | Description |
---|---|
io.axoniq.axonserver.grpc.control |
Modifier and Type | Method and Description |
---|---|
EventProcessorSegmentReference |
EventProcessorSegmentReference.Builder.build() |
EventProcessorSegmentReference |
EventProcessorSegmentReference.Builder.buildPartial() |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.getDefaultInstance() |
EventProcessorSegmentReference |
EventProcessorSegmentReference.getDefaultInstanceForType() |
EventProcessorSegmentReference |
EventProcessorSegmentReference.Builder.getDefaultInstanceForType() |
EventProcessorSegmentReference |
PlatformOutboundInstructionOrBuilder.getMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
|
EventProcessorSegmentReference |
PlatformOutboundInstruction.getMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
|
EventProcessorSegmentReference |
PlatformOutboundInstruction.Builder.getMergeEventProcessorSegment()
Instruction to merge two Segments in a Tracking Event Processor
|
EventProcessorSegmentReference |
PlatformOutboundInstructionOrBuilder.getReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
EventProcessorSegmentReference |
PlatformOutboundInstruction.getReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
EventProcessorSegmentReference |
PlatformOutboundInstruction.Builder.getReleaseSegment()
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
EventProcessorSegmentReference |
PlatformOutboundInstructionOrBuilder.getSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
|
EventProcessorSegmentReference |
PlatformOutboundInstruction.getSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
|
EventProcessorSegmentReference |
PlatformOutboundInstruction.Builder.getSplitEventProcessorSegment()
Instruction to split a Segment in a Tracking Event Processor
|
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseDelimitedFrom(InputStream input) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseFrom(byte[] data) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseFrom(ByteBuffer data) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseFrom(com.google.protobuf.ByteString data) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseFrom(com.google.protobuf.CodedInputStream input) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseFrom(InputStream input) |
static EventProcessorSegmentReference |
EventProcessorSegmentReference.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<EventProcessorSegmentReference> |
EventProcessorSegmentReference.getParserForType() |
static com.google.protobuf.Parser<EventProcessorSegmentReference> |
EventProcessorSegmentReference.parser() |
Modifier and Type | Method and Description |
---|---|
EventProcessorSegmentReference.Builder |
EventProcessorSegmentReference.Builder.mergeFrom(EventProcessorSegmentReference other) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeMergeEventProcessorSegment(EventProcessorSegmentReference value)
Instruction to merge two Segments in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeReleaseSegment(EventProcessorSegmentReference value)
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeSplitEventProcessorSegment(EventProcessorSegmentReference value)
Instruction to split a Segment in a Tracking Event Processor
|
static EventProcessorSegmentReference.Builder |
EventProcessorSegmentReference.newBuilder(EventProcessorSegmentReference prototype) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setMergeEventProcessorSegment(EventProcessorSegmentReference value)
Instruction to merge two Segments in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setReleaseSegment(EventProcessorSegmentReference value)
Instruction from AxonServer to Release a specific segment in a Tracking Event Processor
|
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setSplitEventProcessorSegment(EventProcessorSegmentReference value)
Instruction to split a Segment in a Tracking Event Processor
|
Copyright © 2010–2020. All rights reserved.