Class QueryScopeInfo.TaskManagerQueryScopeInfo
- java.lang.Object
-
- org.apache.flink.runtime.metrics.dump.QueryScopeInfo
-
- org.apache.flink.runtime.metrics.dump.QueryScopeInfo.TaskManagerQueryScopeInfo
-
- Enclosing class:
- QueryScopeInfo
public static class QueryScopeInfo.TaskManagerQueryScopeInfo extends QueryScopeInfo
Container for the task manager scope. Stores the ID of the task manager.
-
-
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 String
taskManagerID
-
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 TaskManagerQueryScopeInfo(String taskManagerId)
TaskManagerQueryScopeInfo(String taskManagerId, String scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryScopeInfo.TaskManagerQueryScopeInfo
copy(String additionalScope)
Create a copy of this QueryScopeInfo and append the given scope.byte
getCategory()
Returns the category for this QueryScopeInfo.-
Methods inherited from class org.apache.flink.runtime.metrics.dump.QueryScopeInfo
concatScopes, toString
-
-
-
-
Field Detail
-
taskManagerID
public final String taskManagerID
-
-
Method Detail
-
copy
public QueryScopeInfo.TaskManagerQueryScopeInfo copy(String additionalScope)
Description copied from class:QueryScopeInfo
Create a copy of this QueryScopeInfo and append the given scope.- Specified by:
copy
in classQueryScopeInfo
- Parameters:
additionalScope
- scope to append- Returns:
- modified copy of this QueryScopeInfo
-
getCategory
public byte getCategory()
Description copied from class:QueryScopeInfo
Returns the category for this QueryScopeInfo.- Specified by:
getCategory
in classQueryScopeInfo
- Returns:
- category
-
-