public static interface Pdpb.AskSplitResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Pdpb.ResponseHeader |
getHeader()
.pdpb.ResponseHeader header = 1; |
Pdpb.ResponseHeaderOrBuilder |
getHeaderOrBuilder()
.pdpb.ResponseHeader header = 1; |
long |
getNewPeerIds(int index)
The peer ids for the new split region.
|
int |
getNewPeerIdsCount()
The peer ids for the new split region.
|
List<Long> |
getNewPeerIdsList()
The peer ids for the new split region.
|
long |
getNewRegionId()
We split the region into two, first uses the origin
parent region id, and the second uses the new_region_id.
|
boolean |
hasHeader()
.pdpb.ResponseHeader header = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasHeader()
.pdpb.ResponseHeader header = 1;
Pdpb.ResponseHeader getHeader()
.pdpb.ResponseHeader header = 1;
Pdpb.ResponseHeaderOrBuilder getHeaderOrBuilder()
.pdpb.ResponseHeader header = 1;
long getNewRegionId()
We split the region into two, first uses the origin parent region id, and the second uses the new_region_id. We must guarantee that the new_region_id is global unique.
uint64 new_region_id = 2;
List<Long> getNewPeerIdsList()
The peer ids for the new split region.
repeated uint64 new_peer_ids = 3;
int getNewPeerIdsCount()
The peer ids for the new split region.
repeated uint64 new_peer_ids = 3;
long getNewPeerIds(int index)
The peer ids for the new split region.
repeated uint64 new_peer_ids = 3;
index
- The index of the element to return.Copyright © 2024 PingCAP. All rights reserved.