public static class QueryScopeInfo.OperatorQueryScopeInfo extends QueryScopeInfo
QueryScopeInfo.JobManagerOperatorQueryScopeInfo, QueryScopeInfo.JobManagerQueryScopeInfo, QueryScopeInfo.JobQueryScopeInfo, QueryScopeInfo.OperatorQueryScopeInfo, QueryScopeInfo.TaskManagerQueryScopeInfo, QueryScopeInfo.TaskQueryScopeInfo
Modifier and Type | Field and Description |
---|---|
int |
attemptNumber |
String |
jobID |
String |
operatorName |
int |
subtaskIndex |
String |
vertexID |
INFO_CATEGORY_JM, INFO_CATEGORY_JM_OPERATOR, INFO_CATEGORY_JOB, INFO_CATEGORY_OPERATOR, INFO_CATEGORY_TASK, INFO_CATEGORY_TM, scope
Constructor and Description |
---|
OperatorQueryScopeInfo(String jobID,
String vertexid,
int subtaskIndex,
int attemptNumber,
String operatorName) |
OperatorQueryScopeInfo(String jobID,
String vertexid,
int subtaskIndex,
int attemptNumber,
String operatorName,
String scope) |
Modifier and Type | Method and Description |
---|---|
QueryScopeInfo.OperatorQueryScopeInfo |
copy(String additionalScope)
Create a copy of this QueryScopeInfo and append the given scope.
|
byte |
getCategory()
Returns the category for this QueryScopeInfo.
|
concatScopes, toString
public final String jobID
public final String vertexID
public final int subtaskIndex
public final int attemptNumber
public final String operatorName
public OperatorQueryScopeInfo(String jobID, String vertexid, int subtaskIndex, int attemptNumber, String operatorName)
public QueryScopeInfo.OperatorQueryScopeInfo copy(String additionalScope)
QueryScopeInfo
copy
in class QueryScopeInfo
additionalScope
- scope to appendpublic byte getCategory()
QueryScopeInfo
getCategory
in class QueryScopeInfo
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.