Class QueryScopeInfo.JobQueryScopeInfo
java.lang.Object
org.apache.flink.runtime.metrics.dump.QueryScopeInfo
org.apache.flink.runtime.metrics.dump.QueryScopeInfo.JobQueryScopeInfo
- Enclosing class:
- QueryScopeInfo
Container for the job scope. Stores the ID of the job.
-
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
ConstructorsConstructorDescriptionJobQueryScopeInfo(String jobID) JobQueryScopeInfo(String jobID, 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
-
-
Constructor Details
-
JobQueryScopeInfo
-
JobQueryScopeInfo
-
-
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
-