public static interface Coprocessor.BatchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.Context |
getContext()
.kvrpcpb.Context context = 1; |
Kvrpcpb.ContextOrBuilder |
getContextOrBuilder()
.kvrpcpb.Context context = 1; |
com.google.protobuf.ByteString |
getData()
bytes data = 3; |
Coprocessor.RegionInfo |
getRegions(int index)
repeated .coprocessor.RegionInfo regions = 4; |
int |
getRegionsCount()
repeated .coprocessor.RegionInfo regions = 4; |
List<Coprocessor.RegionInfo> |
getRegionsList()
repeated .coprocessor.RegionInfo regions = 4; |
Coprocessor.RegionInfoOrBuilder |
getRegionsOrBuilder(int index)
repeated .coprocessor.RegionInfo regions = 4; |
List<? extends Coprocessor.RegionInfoOrBuilder> |
getRegionsOrBuilderList()
repeated .coprocessor.RegionInfo regions = 4; |
long |
getSchemaVer()
Any schema-ful storage to validate schema correctness if necessary.
|
long |
getStartTs()
uint64 start_ts = 5; |
Coprocessor.TableRegions |
getTableRegions(int index)
Used for partition table scan
|
int |
getTableRegionsCount()
Used for partition table scan
|
List<Coprocessor.TableRegions> |
getTableRegionsList()
Used for partition table scan
|
Coprocessor.TableRegionsOrBuilder |
getTableRegionsOrBuilder(int index)
Used for partition table scan
|
List<? extends Coprocessor.TableRegionsOrBuilder> |
getTableRegionsOrBuilderList()
Used for partition table scan
|
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;
List<Coprocessor.RegionInfo> getRegionsList()
repeated .coprocessor.RegionInfo regions = 4;
Coprocessor.RegionInfo getRegions(int index)
repeated .coprocessor.RegionInfo regions = 4;
int getRegionsCount()
repeated .coprocessor.RegionInfo regions = 4;
List<? extends Coprocessor.RegionInfoOrBuilder> getRegionsOrBuilderList()
repeated .coprocessor.RegionInfo regions = 4;
Coprocessor.RegionInfoOrBuilder getRegionsOrBuilder(int index)
repeated .coprocessor.RegionInfo regions = 4;
long getStartTs()
uint64 start_ts = 5;
long getSchemaVer()
Any schema-ful storage to validate schema correctness if necessary.
int64 schema_ver = 6;
List<Coprocessor.TableRegions> getTableRegionsList()
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 7;
Coprocessor.TableRegions getTableRegions(int index)
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 7;
int getTableRegionsCount()
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 7;
List<? extends Coprocessor.TableRegionsOrBuilder> getTableRegionsOrBuilderList()
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 7;
Coprocessor.TableRegionsOrBuilder getTableRegionsOrBuilder(int index)
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 7;
Copyright © 2024 PingCAP. All rights reserved.