dlogothetis commented on a change in pull request #110: Counter Mechanism
URL: https://github.com/apache/giraph/pull/110#discussion_r339838950
 
 

 ##########
 File path: 
giraph-core/src/main/java/org/apache/giraph/counters/GiraphStats.java
 ##########
 @@ -151,6 +153,23 @@ public static GiraphStats getInstance() {
     return INSTANCE;
   }
 
+
+  /**
+   * Get a map of counter names, and values
+   * To be used by the master to send to the job client
+   *
+   * @return Map of counter names and values
+   */
+  public List<CustomCounter> getCounterMap() {
 
 Review comment:
   nit: rename to `getCounterList()`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to