public static interface Mpp.DispatchTaskRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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
|
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 |
getTimeout()
int64 timeout = 3; |
boolean |
hasMeta()
.mpp.TaskMeta meta = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 © 2024 PingCAP. All rights reserved.