public static interface Mpp.TaskMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress()
target address of this task.
|
com.google.protobuf.ByteString |
getAddressBytes()
target address of this task.
|
long |
getPartitionId()
Only used for hash partition
int64 partition_id = 3; |
long |
getStartTs()
start ts of a query
uint64 start_ts = 1; |
long |
getTaskId()
if task id is -1 , it indicates a tidb task.
|
long 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 © 2023 PingCAP. All rights reserved.