public static interface RaftCmdpb.SplitResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Metapb.Region |
getLeft()
.metapb.Region left = 1; |
Metapb.RegionOrBuilder |
getLeftOrBuilder()
.metapb.Region left = 1; |
Metapb.Region |
getRight()
.metapb.Region right = 2; |
Metapb.RegionOrBuilder |
getRightOrBuilder()
.metapb.Region right = 2; |
boolean |
hasLeft()
.metapb.Region left = 1; |
boolean |
hasRight()
.metapb.Region right = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLeft()
.metapb.Region left = 1;
Metapb.Region getLeft()
.metapb.Region left = 1;
Metapb.RegionOrBuilder getLeftOrBuilder()
.metapb.Region left = 1;
boolean hasRight()
.metapb.Region right = 2;
Metapb.Region getRight()
.metapb.Region right = 2;
Metapb.RegionOrBuilder getRightOrBuilder()
.metapb.Region right = 2;
Copyright © 2024 PingCAP. All rights reserved.