| Package | Description |
|---|---|
| io.axoniq.axonserver.grpc.admin |
| Modifier and Type | Method and Description |
|---|---|
MoveSegment |
MoveSegment.Builder.build() |
MoveSegment |
MoveSegment.Builder.buildPartial() |
static MoveSegment |
MoveSegment.getDefaultInstance() |
MoveSegment |
MoveSegment.getDefaultInstanceForType() |
MoveSegment |
MoveSegment.Builder.getDefaultInstanceForType() |
static MoveSegment |
MoveSegment.parseDelimitedFrom(InputStream input) |
static MoveSegment |
MoveSegment.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MoveSegment |
MoveSegment.parseFrom(byte[] data) |
static MoveSegment |
MoveSegment.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MoveSegment |
MoveSegment.parseFrom(ByteBuffer data) |
static MoveSegment |
MoveSegment.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MoveSegment |
MoveSegment.parseFrom(com.google.protobuf.ByteString data) |
static MoveSegment |
MoveSegment.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MoveSegment |
MoveSegment.parseFrom(com.google.protobuf.CodedInputStream input) |
static MoveSegment |
MoveSegment.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MoveSegment |
MoveSegment.parseFrom(InputStream input) |
static MoveSegment |
MoveSegment.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<MoveSegment,AdminActionResult> |
EventProcessorAdminServiceGrpc.getMoveEventProcessorSegmentMethod() |
com.google.protobuf.Parser<MoveSegment> |
MoveSegment.getParserForType() |
static com.google.protobuf.Parser<MoveSegment> |
MoveSegment.parser() |
| Modifier and Type | Method and Description |
|---|---|
MoveSegment.Builder |
MoveSegment.Builder.mergeFrom(MoveSegment other) |
AdminActionResult |
EventProcessorAdminServiceGrpc.EventProcessorAdminServiceBlockingStub.moveEventProcessorSegment(MoveSegment request)
Request to move the specified segment of a streaming event processor to the desired destination
|
com.google.common.util.concurrent.ListenableFuture<AdminActionResult> |
EventProcessorAdminServiceGrpc.EventProcessorAdminServiceFutureStub.moveEventProcessorSegment(MoveSegment request)
Request to move the specified segment of a streaming event processor to the desired destination
|
void |
EventProcessorAdminServiceGrpc.EventProcessorAdminServiceImplBase.moveEventProcessorSegment(MoveSegment request,
io.grpc.stub.StreamObserver<AdminActionResult> responseObserver)
Request to move the specified segment of a streaming event processor to the desired destination
|
void |
EventProcessorAdminServiceGrpc.EventProcessorAdminServiceStub.moveEventProcessorSegment(MoveSegment request,
io.grpc.stub.StreamObserver<AdminActionResult> responseObserver)
Request to move the specified segment of a streaming event processor to the desired destination
|
static MoveSegment.Builder |
MoveSegment.newBuilder(MoveSegment prototype) |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.