public static interface Mpp.DispatchTaskRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getEncodedPlan()
bytes encoded_plan = 2; |
Mpp.TaskMeta |
getMeta()
.mpp.TaskMeta meta = 1; |
Mpp.TaskMetaOrBuilder |
getMetaOrBuilder()
.mpp.TaskMeta meta = 1; |
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()
If this task contains table scan, we still need their region info.
|
Coprocessor.TableRegions |
getTableRegions(int index)
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 6; |
int |
getTableRegionsCount()
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 6; |
List<Coprocessor.TableRegions> |
getTableRegionsList()
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 6; |
Coprocessor.TableRegionsOrBuilder |
getTableRegionsOrBuilder(int index)
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 6; |
List<? extends Coprocessor.TableRegionsOrBuilder> |
getTableRegionsOrBuilderList()
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 6; |
long |
getTimeout()
int64 timeout = 3; |
boolean |
hasMeta()
.mpp.TaskMeta meta = 1; |
boolean hasMeta()
.mpp.TaskMeta meta = 1;Mpp.TaskMeta getMeta()
.mpp.TaskMeta meta = 1;Mpp.TaskMetaOrBuilder getMetaOrBuilder()
.mpp.TaskMeta meta = 1;com.google.protobuf.ByteString getEncodedPlan()
bytes encoded_plan = 2;long getTimeout()
int64 timeout = 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 getSchemaVer()
If this task contains table scan, we still need their region info.
int64 schema_ver = 5;List<Coprocessor.TableRegions> getTableRegionsList()
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 6;Coprocessor.TableRegions getTableRegions(int index)
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 6;int getTableRegionsCount()
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 6;List<? extends Coprocessor.TableRegionsOrBuilder> getTableRegionsOrBuilderList()
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 6;Coprocessor.TableRegionsOrBuilder getTableRegionsOrBuilder(int index)
Used for partition table scan
repeated .coprocessor.TableRegions table_regions = 6;Copyright © 2023 PingCAP. All rights reserved.