public static interface Mpp.TaskMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
target address of this task.
|
com.google.protobuf.ByteString |
getAddressBytes()
target address of this task.
|
long |
getPartitionId()
Only used for hash partition
|
long |
getStartTs()
start ts of a query
|
long |
getTaskId()
if task id is -1 , it indicates a tidb task.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStartTs()
start ts of a query
uint64 start_ts = 1;long getTaskId()
if task id is -1 , it indicates a tidb task.
int64 task_id = 2;long getPartitionId()
Only used for hash partition
int64 partition_id = 3;String getAddress()
target address of this task.
string address = 4;com.google.protobuf.ByteString getAddressBytes()
target address of this task.
string address = 4;Copyright © 2025 PingCAP. All rights reserved.