public static interface Kvrpcpb.RawBatchGetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCf()
string cf = 3; |
com.google.protobuf.ByteString |
getCfBytes()
string cf = 3; |
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
com.google.protobuf.ByteString |
getKeys(int index)
repeated bytes keys = 2; |
int |
getKeysCount()
repeated bytes keys = 2; |
List<com.google.protobuf.ByteString> |
getKeysList()
repeated bytes keys = 2; |
boolean |
hasContext()
.kvrpcpb.Context context = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasContext()
.kvrpcpb.Context context = 1;
Kvrpcpb.Context getContext()
.kvrpcpb.Context context = 1;
Kvrpcpb.ContextOrBuilder getContextOrBuilder()
.kvrpcpb.Context context = 1;
List<com.google.protobuf.ByteString> getKeysList()
repeated bytes keys = 2;
int getKeysCount()
repeated bytes keys = 2;
com.google.protobuf.ByteString getKeys(int index)
repeated bytes keys = 2;
index
- The index of the element to return.String getCf()
string cf = 3;
com.google.protobuf.ByteString getCfBytes()
string cf = 3;
Copyright © 2024 PingCAP. All rights reserved.