public static interface Errorpb.KeyNotInRegionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getEndKey()
Snd key of the requested region
bytes end_key = 4; |
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 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 © 2023 PingCAP. All rights reserved.