Github user sandeshh commented on a diff in the pull request:

    https://github.com/apache/apex-core/pull/361#discussion_r74098254
  
    --- Diff: api/src/main/java/com/datatorrent/api/StatsListener.java ---
    @@ -115,6 +115,28 @@
         List<OperatorResponse> getOperatorResponse();
       }
     
    +  /**
    +   * An interface to the DAG. Stats listener can get information about
    +   * operator or other elements in the DAG through this interface. 
currerntly
    +   * we only provide method to extract the operator name based on the 
physical
    +   * id of the operator. In future more methods can be added.
    +   *
    +   */
    --- End diff --
    
    For the batch scheduling support, having the DAG view available for the 
operator will be useful. Users should be able to extract the information from 
the DAG view. Exposing the method for every information may not be ideal.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to