public static class QueryScopeInfo.TaskQueryScopeInfo extends QueryScopeInfo
QueryScopeInfo.JobManagerQueryScopeInfo, QueryScopeInfo.JobQueryScopeInfo, QueryScopeInfo.OperatorQueryScopeInfo, QueryScopeInfo.TaskManagerQueryScopeInfo, QueryScopeInfo.TaskQueryScopeInfo| 限定符和类型 | 字段和说明 |
|---|---|
int |
attemptNumber |
String |
jobID |
int |
subtaskIndex |
String |
vertexID |
INFO_CATEGORY_JM, INFO_CATEGORY_JOB, INFO_CATEGORY_OPERATOR, INFO_CATEGORY_TASK, INFO_CATEGORY_TM, scope| 构造器和说明 |
|---|
TaskQueryScopeInfo(String jobID,
String vertexid,
int subtaskIndex,
int attemptNumber) |
TaskQueryScopeInfo(String jobID,
String vertexid,
int subtaskIndex,
int attemptNumber,
String scope) |
| 限定符和类型 | 方法和说明 |
|---|---|
QueryScopeInfo.TaskQueryScopeInfo |
copy(String additionalScope)
Create a copy of this QueryScopeInfo and append the given scope.
|
byte |
getCategory()
Returns the category for this QueryScopeInfo.
|
concatScopes, toStringpublic final String jobID
public final String vertexID
public final int subtaskIndex
public final int attemptNumber
public TaskQueryScopeInfo(String jobID, String vertexid, int subtaskIndex, int attemptNumber)
public QueryScopeInfo.TaskQueryScopeInfo copy(String additionalScope)
QueryScopeInfocopy 在类中 QueryScopeInfoadditionalScope - scope to appendpublic byte getCategory()
QueryScopeInfogetCategory 在类中 QueryScopeInfoCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.