public interface MoveSegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EventProcessorIdentifier |
getEventProcessor()
the identifier of the event processor
|
EventProcessorIdentifierOrBuilder |
getEventProcessorOrBuilder()
the identifier of the event processor
|
int |
getSegment()
the id of the segment to move
|
String |
getTargetClientId()
the desired destination for the segment
|
com.google.protobuf.ByteString |
getTargetClientIdBytes()
the desired destination for the segment
|
boolean |
hasEventProcessor()
the identifier of the event processor
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEventProcessor()
the identifier of the event processor
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier event_processor = 1;EventProcessorIdentifier getEventProcessor()
the identifier of the event processor
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier event_processor = 1;EventProcessorIdentifierOrBuilder getEventProcessorOrBuilder()
the identifier of the event processor
.io.axoniq.axonserver.grpc.admin.EventProcessorIdentifier event_processor = 1;int getSegment()
the id of the segment to move
int32 segment = 2;String getTargetClientId()
the desired destination for the segment
string target_client_id = 3;com.google.protobuf.ByteString getTargetClientIdBytes()
the desired destination for the segment
string target_client_id = 3;Copyright © 2020–2022 AxonIQ BV. All rights reserved.