public static interface Coprocessor.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCacheLastVersion()
uint64 cache_last_version = 8; |
boolean |
getCanBeCached()
bool can_be_cached = 9; |
com.google.protobuf.ByteString |
getData()
bytes data = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/pingcap/kvproto/pkg/sharedbytes.SharedBytes"]; |
Kvrpcpb.ExecDetails |
getExecDetails()
This field is always filled for compatibility consideration.
|
Kvrpcpb.ExecDetailsOrBuilder |
getExecDetailsOrBuilder()
This field is always filled for compatibility consideration.
|
Kvrpcpb.ExecDetailsV2 |
getExecDetailsV2()
This field is provided in later versions, containing more detailed
information.
|
Kvrpcpb.ExecDetailsV2OrBuilder |
getExecDetailsV2OrBuilder()
This field is provided in later versions, containing more detailed
information.
|
boolean |
getIsCacheHit()
bool is_cache_hit = 7; |
long |
getLatestBucketsVersion()
Contains the latest buckets version of the region.
|
Kvrpcpb.LockInfo |
getLocked()
.kvrpcpb.LockInfo locked = 3; |
Kvrpcpb.LockInfoOrBuilder |
getLockedOrBuilder()
.kvrpcpb.LockInfo locked = 3; |
String |
getOtherError()
string other_error = 4; |
com.google.protobuf.ByteString |
getOtherErrorBytes()
string other_error = 4; |
Coprocessor.KeyRange |
getRange()
.coprocessor.KeyRange range = 5; |
Coprocessor.KeyRangeOrBuilder |
getRangeOrBuilder()
.coprocessor.KeyRange range = 5; |
Errorpb.Error |
getRegionError()
.errorpb.Error region_error = 2; |
Errorpb.ErrorOrBuilder |
getRegionErrorOrBuilder()
.errorpb.Error region_error = 2; |
boolean |
hasExecDetails()
This field is always filled for compatibility consideration.
|
boolean |
hasExecDetailsV2()
This field is provided in later versions, containing more detailed
information.
|
boolean |
hasLocked()
.kvrpcpb.LockInfo locked = 3; |
boolean |
hasRange()
.coprocessor.KeyRange range = 5; |
boolean |
hasRegionError()
.errorpb.Error region_error = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getData()
bytes data = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "github.com/pingcap/kvproto/pkg/sharedbytes.SharedBytes"];
boolean hasRegionError()
.errorpb.Error region_error = 2;
Errorpb.Error getRegionError()
.errorpb.Error region_error = 2;
Errorpb.ErrorOrBuilder getRegionErrorOrBuilder()
.errorpb.Error region_error = 2;
boolean hasLocked()
.kvrpcpb.LockInfo locked = 3;
Kvrpcpb.LockInfo getLocked()
.kvrpcpb.LockInfo locked = 3;
Kvrpcpb.LockInfoOrBuilder getLockedOrBuilder()
.kvrpcpb.LockInfo locked = 3;
String getOtherError()
string other_error = 4;
com.google.protobuf.ByteString getOtherErrorBytes()
string other_error = 4;
boolean hasRange()
.coprocessor.KeyRange range = 5;
Coprocessor.KeyRange getRange()
.coprocessor.KeyRange range = 5;
Coprocessor.KeyRangeOrBuilder getRangeOrBuilder()
.coprocessor.KeyRange range = 5;
boolean hasExecDetails()
This field is always filled for compatibility consideration. However newer TiDB should respect `exec_details_v2` field instead.
.kvrpcpb.ExecDetails exec_details = 6;
Kvrpcpb.ExecDetails getExecDetails()
This field is always filled for compatibility consideration. However newer TiDB should respect `exec_details_v2` field instead.
.kvrpcpb.ExecDetails exec_details = 6;
Kvrpcpb.ExecDetailsOrBuilder getExecDetailsOrBuilder()
This field is always filled for compatibility consideration. However newer TiDB should respect `exec_details_v2` field instead.
.kvrpcpb.ExecDetails exec_details = 6;
boolean hasExecDetailsV2()
This field is provided in later versions, containing more detailed information.
.kvrpcpb.ExecDetailsV2 exec_details_v2 = 11;
Kvrpcpb.ExecDetailsV2 getExecDetailsV2()
This field is provided in later versions, containing more detailed information.
.kvrpcpb.ExecDetailsV2 exec_details_v2 = 11;
Kvrpcpb.ExecDetailsV2OrBuilder getExecDetailsV2OrBuilder()
This field is provided in later versions, containing more detailed information.
.kvrpcpb.ExecDetailsV2 exec_details_v2 = 11;
boolean getIsCacheHit()
bool is_cache_hit = 7;
long getCacheLastVersion()
uint64 cache_last_version = 8;
boolean getCanBeCached()
bool can_be_cached = 9;
long getLatestBucketsVersion()
Contains the latest buckets version of the region. Clients should query PD to update buckets in cache if its is stale.
uint64 latest_buckets_version = 12;
Copyright © 2024 PingCAP. All rights reserved.