You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon" <ed...@apache.org> on 2014/06/28 08:29:51 UTC

Small refactor

I've renamed loopBackMessages to loopBackBundle.

Index: src/main/java/org/apache/hama/bsp/message/MessageManager.java
===================================================================
--- src/main/java/org/apache/hama/bsp/message/MessageManager.java
(revision 1606022)
+++ src/main/java/org/apache/hama/bsp/message/MessageManager.java
(working copy)
@@ -97,13 +97,13 @@
   public int getNumCurrentMessages();

   /**
-   * Send the messages to self to receive in the next superstep.
+   * Send the message bundle to self to receive in the next superstep.
    */
-  public void loopBackMessages(BSPMessageBundle<M> bundle)
+  public void loopBackBundle(BSPMessageBundle<M> bundle)
       throws IOException;

   /**
-   * Send the message to self to receive in the next superstep.
+   * Send the single message to self to receive in the next superstep.
    */
   public void loopBackMessage(Writable message) throws IOException;



-- 
Best Regards, Edward J. Yoon
CEO at DataSayer Co., Ltd.