public static interface Errorpb.KeyNotInRegionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getEndKey()
Snd key of the requested region
|
com.google.protobuf.ByteString |
getKey()
The requested key
|
long |
getRegionId()
The requested region ID
|
com.google.protobuf.ByteString |
getStartKey()
Start key of the requested region
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getKey()
The requested key
bytes key = 1;
long getRegionId()
The requested region ID
uint64 region_id = 2;
com.google.protobuf.ByteString getStartKey()
Start key of the requested region
bytes start_key = 3;
com.google.protobuf.ByteString getEndKey()
Snd key of the requested region
bytes end_key = 4;
Copyright © 2024 PingCAP. All rights reserved.