public static interface RaftServerpb.MergeStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCommit()
uint64 commit = 3; |
long |
getMinIndex()
uint64 min_index = 1; |
Metapb.Region |
getTarget()
.metapb.Region target = 2; |
Metapb.RegionOrBuilder |
getTargetOrBuilder()
.metapb.Region target = 2; |
boolean |
hasTarget()
.metapb.Region target = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getMinIndex()
uint64 min_index = 1;
boolean hasTarget()
.metapb.Region target = 2;
Metapb.Region getTarget()
.metapb.Region target = 2;
Metapb.RegionOrBuilder getTargetOrBuilder()
.metapb.Region target = 2;
long getCommit()
uint64 commit = 3;
Copyright © 2024 PingCAP. All rights reserved.