public static interface Kvrpcpb.BatchGetResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.KeyError |
getError()
This KeyError exists when some key is locked but we cannot check locks of all keys.
|
Kvrpcpb.KeyErrorOrBuilder |
getErrorOrBuilder()
This KeyError exists when some key is locked but we cannot check locks of all keys.
|
Kvrpcpb.ExecDetailsV2 |
getExecDetailsV2()
Time and scan details when processing the request.
|
Kvrpcpb.ExecDetailsV2OrBuilder |
getExecDetailsV2OrBuilder()
Time and scan details when processing the request.
|
Kvrpcpb.KvPair |
getPairs(int index)
repeated .kvrpcpb.KvPair pairs = 2; |
int |
getPairsCount()
repeated .kvrpcpb.KvPair pairs = 2; |
List<Kvrpcpb.KvPair> |
getPairsList()
repeated .kvrpcpb.KvPair pairs = 2; |
Kvrpcpb.KvPairOrBuilder |
getPairsOrBuilder(int index)
repeated .kvrpcpb.KvPair pairs = 2; |
List<? extends Kvrpcpb.KvPairOrBuilder> |
getPairsOrBuilderList()
repeated .kvrpcpb.KvPair pairs = 2; |
Errorpb.Error |
getRegionError()
.errorpb.Error region_error = 1; |
Errorpb.ErrorOrBuilder |
getRegionErrorOrBuilder()
.errorpb.Error region_error = 1; |
boolean |
hasError()
This KeyError exists when some key is locked but we cannot check locks of all keys.
|
boolean |
hasExecDetailsV2()
Time and scan details when processing the request.
|
boolean |
hasRegionError()
.errorpb.Error region_error = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRegionError()
.errorpb.Error region_error = 1;
Errorpb.Error getRegionError()
.errorpb.Error region_error = 1;
Errorpb.ErrorOrBuilder getRegionErrorOrBuilder()
.errorpb.Error region_error = 1;
List<Kvrpcpb.KvPair> getPairsList()
repeated .kvrpcpb.KvPair pairs = 2;
Kvrpcpb.KvPair getPairs(int index)
repeated .kvrpcpb.KvPair pairs = 2;
int getPairsCount()
repeated .kvrpcpb.KvPair pairs = 2;
List<? extends Kvrpcpb.KvPairOrBuilder> getPairsOrBuilderList()
repeated .kvrpcpb.KvPair pairs = 2;
Kvrpcpb.KvPairOrBuilder getPairsOrBuilder(int index)
repeated .kvrpcpb.KvPair pairs = 2;
boolean hasExecDetailsV2()
Time and scan details when processing the request.
.kvrpcpb.ExecDetailsV2 exec_details_v2 = 4;
Kvrpcpb.ExecDetailsV2 getExecDetailsV2()
Time and scan details when processing the request.
.kvrpcpb.ExecDetailsV2 exec_details_v2 = 4;
Kvrpcpb.ExecDetailsV2OrBuilder getExecDetailsV2OrBuilder()
Time and scan details when processing the request.
.kvrpcpb.ExecDetailsV2 exec_details_v2 = 4;
boolean hasError()
This KeyError exists when some key is locked but we cannot check locks of all keys. In this case, `pairs` should be empty and the client should redo batch get all the keys after resolving the lock.
.kvrpcpb.KeyError error = 5;
Kvrpcpb.KeyError getError()
This KeyError exists when some key is locked but we cannot check locks of all keys. In this case, `pairs` should be empty and the client should redo batch get all the keys after resolving the lock.
.kvrpcpb.KeyError error = 5;
Kvrpcpb.KeyErrorOrBuilder getErrorOrBuilder()
This KeyError exists when some key is locked but we cannot check locks of all keys. In this case, `pairs` should be empty and the client should redo batch get all the keys after resolving the lock.
.kvrpcpb.KeyError error = 5;
Copyright © 2024 PingCAP. All rights reserved.