Class QueryScopeInfo.OperatorQueryScopeInfo
java.lang.Object
org.apache.flink.runtime.metrics.dump.QueryScopeInfo
org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
- Enclosing class:
- QueryScopeInfo
Container for the operator scope. Stores the ID of the job/vertex, the subtask index and the
name of the operator.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
QueryScopeInfo.JobManagerOperatorQueryScopeInfo, QueryScopeInfo.JobManagerQueryScopeInfo, QueryScopeInfo.JobQueryScopeInfo, QueryScopeInfo.OperatorQueryScopeInfo, QueryScopeInfo.TaskManagerQueryScopeInfo, QueryScopeInfo.TaskQueryScopeInfo -
Field Summary
FieldsFields inherited from class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
INFO_CATEGORY_JM, INFO_CATEGORY_JM_OPERATOR, INFO_CATEGORY_JOB, INFO_CATEGORY_OPERATOR, INFO_CATEGORY_TASK, INFO_CATEGORY_TM, scope -
Constructor Summary
ConstructorsConstructorDescriptionOperatorQueryScopeInfo(String jobID, String vertexid, int subtaskIndex, int attemptNumber, String operatorName) OperatorQueryScopeInfo(String jobID, String vertexid, int subtaskIndex, int attemptNumber, String operatorName, String scope) -
Method Summary
Modifier and TypeMethodDescriptionCreate a copy of this QueryScopeInfo and append the given scope.byteReturns the category for this QueryScopeInfo.Methods inherited from class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
concatScopes, toString
-
Field Details
-
jobID
-
vertexID
-
subtaskIndex
public final int subtaskIndex -
attemptNumber
public final int attemptNumber -
operatorName
-
-
Constructor Details
-
OperatorQueryScopeInfo
-
OperatorQueryScopeInfo
-
-
Method Details
-
copy
Description copied from class:QueryScopeInfoCreate a copy of this QueryScopeInfo and append the given scope.- Specified by:
copyin classQueryScopeInfo- Parameters:
additionalScope- scope to append- Returns:
- modified copy of this QueryScopeInfo
-
getCategory
public byte getCategory()Description copied from class:QueryScopeInfoReturns the category for this QueryScopeInfo.- Specified by:
getCategoryin classQueryScopeInfo- Returns:
- category
-