Class QueryScopeInfo.OperatorQueryScopeInfo

java.lang.Object
org.apache.flink.runtime.metrics.dump.QueryScopeInfo
org.apache.flink.runtime.metrics.dump.QueryScopeInfo.OperatorQueryScopeInfo
Enclosing class:
QueryScopeInfo

public static class QueryScopeInfo.OperatorQueryScopeInfo extends QueryScopeInfo
Container for the operator scope. Stores the ID of the job/vertex, the subtask index and the name of the operator.
  • Field Details

    • jobID

      public final String jobID
    • vertexID

      public final String vertexID
    • subtaskIndex

      public final int subtaskIndex
    • attemptNumber

      public final int attemptNumber
    • operatorName

      public final String operatorName
  • Constructor Details

    • OperatorQueryScopeInfo

      public OperatorQueryScopeInfo(String jobID, String vertexid, int subtaskIndex, int attemptNumber, String operatorName)
    • OperatorQueryScopeInfo

      public OperatorQueryScopeInfo(String jobID, String vertexid, int subtaskIndex, int attemptNumber, String operatorName, String scope)
  • Method Details