Class QueryScopeInfo.JobManagerOperatorQueryScopeInfo
- java.lang.Object
-
- org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobManagerOperatorQueryScopeInfo
-
- Enclosing class:
- QueryScopeInfo
public static class QueryScopeInfo.JobManagerOperatorQueryScopeInfo extends QueryScopeInfo
Container for the job manager operator scope. Stores the ID of the job/vertex 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
Fields Modifier and Type Field Description StringjobIDStringoperatorNameStringvertexID-
Fields 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
Constructors Constructor Description JobManagerOperatorQueryScopeInfo(String jobID, String vertexID, String operatorName)JobManagerOperatorQueryScopeInfo(String jobID, String vertexID, String operatorName, String scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryScopeInfo.JobManagerOperatorQueryScopeInfocopy(String additionalScope)Create a copy of this QueryScopeInfo and append the given scope.bytegetCategory()Returns the category for this QueryScopeInfo.-
Methods inherited from class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
concatScopes, toString
-
-
-
-
Method Detail
-
copy
public QueryScopeInfo.JobManagerOperatorQueryScopeInfo copy(String additionalScope)
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
-
-