public static interface Kvrpcpb.GetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.KeyError |
getError()
A value could not be retrieved due to the state of the database for the requested key.
|
Kvrpcpb.KeyErrorOrBuilder |
getErrorOrBuilder()
A value could not be retrieved due to the state of the database for the requested key.
|
Kvrpcpb.ExecDetailsV2 |
getExecDetailsV2()
Time and scan details when processing the request.
|
Kvrpcpb.ExecDetailsV2OrBuilder |
getExecDetailsV2OrBuilder()
Time and scan details when processing the request.
|
boolean |
getNotFound()
True if the key does not exist in the database.
|
Errorpb.Error |
getRegionError()
A region error indicates that the request was sent to the wrong TiKV node
(or other, similar errors).
|
Errorpb.ErrorOrBuilder |
getRegionErrorOrBuilder()
A region error indicates that the request was sent to the wrong TiKV node
(or other, similar errors).
|
com.google.protobuf.ByteString |
getValue()
A successful result.
|
boolean |
hasError()
A value could not be retrieved due to the state of the database for the requested key.
|
boolean |
hasExecDetailsV2()
Time and scan details when processing the request.
|
boolean |
hasRegionError()
A region error indicates that the request was sent to the wrong TiKV node
(or other, similar errors).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRegionError()
A region error indicates that the request was sent to the wrong TiKV node (or other, similar errors).
.errorpb.Error region_error = 1;
Errorpb.Error getRegionError()
A region error indicates that the request was sent to the wrong TiKV node (or other, similar errors).
.errorpb.Error region_error = 1;
Errorpb.ErrorOrBuilder getRegionErrorOrBuilder()
A region error indicates that the request was sent to the wrong TiKV node (or other, similar errors).
.errorpb.Error region_error = 1;
boolean hasError()
A value could not be retrieved due to the state of the database for the requested key.
.kvrpcpb.KeyError error = 2;
Kvrpcpb.KeyError getError()
A value could not be retrieved due to the state of the database for the requested key.
.kvrpcpb.KeyError error = 2;
Kvrpcpb.KeyErrorOrBuilder getErrorOrBuilder()
A value could not be retrieved due to the state of the database for the requested key.
.kvrpcpb.KeyError error = 2;
com.google.protobuf.ByteString getValue()
A successful result.
bytes value = 3;
boolean getNotFound()
True if the key does not exist in the database.
bool not_found = 4;
boolean hasExecDetailsV2()
Time and scan details when processing the request.
.kvrpcpb.ExecDetailsV2 exec_details_v2 = 6;
Kvrpcpb.ExecDetailsV2 getExecDetailsV2()
Time and scan details when processing the request.
.kvrpcpb.ExecDetailsV2 exec_details_v2 = 6;
Kvrpcpb.ExecDetailsV2OrBuilder getExecDetailsV2OrBuilder()
Time and scan details when processing the request.
.kvrpcpb.ExecDetailsV2 exec_details_v2 = 6;
Copyright © 2024 PingCAP. All rights reserved.