Class 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 Detail

      • 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 Detail

      • 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)