| Package | Description |
|---|---|
| io.axoniq.axonserver.connector.admin | |
| io.axoniq.axonserver.connector.admin.impl | |
| io.axoniq.axonserver.grpc.admin |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result> |
AdminChannel.mergeEventProcessor(String eventProcessorName,
String tokenStoreIdentifier)
Request to merge the two smallest segments of a specific event processor.
|
CompletableFuture<Result> |
AdminChannel.moveEventProcessorSegment(String eventProcessorName,
String tokenStoreIdentifier,
int segmentId,
String targetClientIdentifier)
Requests to move a specific event processor segment to a certain client.
|
CompletableFuture<Result> |
AdminChannel.pauseEventProcessor(String eventProcessorName,
String tokenStoreIdentifier)
Request to pause a specific event processor.
|
CompletableFuture<Result> |
AdminChannel.splitEventProcessor(String eventProcessorName,
String tokenStoreIdentifier)
Request to split the biggest segment of a specific event processor.
|
CompletableFuture<Result> |
AdminChannel.startEventProcessor(String eventProcessorName,
String tokenStoreIdentifier)
Request to start a specific event processor.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result> |
AdminChannelImpl.mergeEventProcessor(String eventProcessorName,
String tokenStoreIdentifier) |
CompletableFuture<Result> |
AdminChannelImpl.moveEventProcessorSegment(String eventProcessorName,
String tokenStoreIdentifier,
int segmentId,
String targetClientIdentifier) |
CompletableFuture<Result> |
AdminChannelImpl.pauseEventProcessor(String eventProcessorName,
String tokenStoreIdentifier) |
CompletableFuture<Result> |
AdminChannelImpl.splitEventProcessor(String eventProcessorName,
String tokenStoreIdentifier) |
CompletableFuture<Result> |
AdminChannelImpl.startEventProcessor(String eventProcessorName,
String tokenStoreIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
static Result |
Result.forNumber(int value) |
Result |
AdminActionResult.getResult()
.io.axoniq.axonserver.grpc.admin.Result result = 1; |
Result |
AdminActionResult.Builder.getResult()
.io.axoniq.axonserver.grpc.admin.Result result = 1; |
Result |
AdminActionResultOrBuilder.getResult()
.io.axoniq.axonserver.grpc.admin.Result result = 1; |
static Result |
Result.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Result |
Result.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Result |
Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Result> |
Result.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AdminActionResult.Builder |
AdminActionResult.Builder.setResult(Result value)
.io.axoniq.axonserver.grpc.admin.Result result = 1; |
Copyright © 2020–2022 AxonIQ BV. All rights reserved.