public static interface Coprocessor.RequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCacheIfMatchVersion()
uint64 cache_if_match_version = 6; |
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
com.google.protobuf.ByteString |
getData()
bytes data = 3; |
boolean |
getIsCacheEnabled()
If cache is enabled, TiKV returns cache hit instead of data if
its last version matches this `cache_if_match_version`.
|
boolean |
getIsTraceEnabled()
bool is_trace_enabled = 9; |
long |
getPagingSize()
paging_size is 0 when it's disabled, otherwise, it should be a positive number.
|
Coprocessor.KeyRange |
getRanges(int index)
repeated .coprocessor.KeyRange ranges = 4; |
int |
getRangesCount()
repeated .coprocessor.KeyRange ranges = 4; |
List<Coprocessor.KeyRange> |
getRangesList()
repeated .coprocessor.KeyRange ranges = 4; |
Coprocessor.KeyRangeOrBuilder |
getRangesOrBuilder(int index)
repeated .coprocessor.KeyRange ranges = 4; |
List<? extends Coprocessor.KeyRangeOrBuilder> |
getRangesOrBuilderList()
repeated .coprocessor.KeyRange ranges = 4; |
long |
getSchemaVer()
Any schema-ful storage to validate schema correctness if necessary.
|
long |
getStartTs()
uint64 start_ts = 7; |
long |
getTp()
int64 tp = 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;
long getTp()
int64 tp = 2;
com.google.protobuf.ByteString getData()
bytes data = 3;
long getStartTs()
uint64 start_ts = 7;
List<Coprocessor.KeyRange> getRangesList()
repeated .coprocessor.KeyRange ranges = 4;
Coprocessor.KeyRange getRanges(int index)
repeated .coprocessor.KeyRange ranges = 4;
int getRangesCount()
repeated .coprocessor.KeyRange ranges = 4;
List<? extends Coprocessor.KeyRangeOrBuilder> getRangesOrBuilderList()
repeated .coprocessor.KeyRange ranges = 4;
Coprocessor.KeyRangeOrBuilder getRangesOrBuilder(int index)
repeated .coprocessor.KeyRange ranges = 4;
boolean getIsCacheEnabled()
If cache is enabled, TiKV returns cache hit instead of data if its last version matches this `cache_if_match_version`.
bool is_cache_enabled = 5;
long getCacheIfMatchVersion()
uint64 cache_if_match_version = 6;
long getSchemaVer()
Any schema-ful storage to validate schema correctness if necessary.
int64 schema_ver = 8;
boolean getIsTraceEnabled()
bool is_trace_enabled = 9;
long getPagingSize()
paging_size is 0 when it's disabled, otherwise, it should be a positive number.
uint64 paging_size = 10;
Copyright © 2024 PingCAP. All rights reserved.