public static interface Pdpb.ChangePeerV2OrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Pdpb.ChangePeer |
getChanges(int index)
If changes is empty, it means that to exit joint state.
|
int |
getChangesCount()
If changes is empty, it means that to exit joint state.
|
List<Pdpb.ChangePeer> |
getChangesList()
If changes is empty, it means that to exit joint state.
|
Pdpb.ChangePeerOrBuilder |
getChangesOrBuilder(int index)
If changes is empty, it means that to exit joint state.
|
List<? extends Pdpb.ChangePeerOrBuilder> |
getChangesOrBuilderList()
If changes is empty, it means that to exit joint state.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Pdpb.ChangePeer> getChangesList()
If changes is empty, it means that to exit joint state.
repeated .pdpb.ChangePeer changes = 1;
Pdpb.ChangePeer getChanges(int index)
If changes is empty, it means that to exit joint state.
repeated .pdpb.ChangePeer changes = 1;
int getChangesCount()
If changes is empty, it means that to exit joint state.
repeated .pdpb.ChangePeer changes = 1;
List<? extends Pdpb.ChangePeerOrBuilder> getChangesOrBuilderList()
If changes is empty, it means that to exit joint state.
repeated .pdpb.ChangePeer changes = 1;
Pdpb.ChangePeerOrBuilder getChangesOrBuilder(int index)
If changes is empty, it means that to exit joint state.
repeated .pdpb.ChangePeer changes = 1;
Copyright © 2024 PingCAP. All rights reserved.