Edward J. Yoon created HAMA-733:
-----------------------------------

             Summary: Synchronization without clearing the unconsumed messages 
in the queues
                 Key: HAMA-733
                 URL: https://issues.apache.org/jira/browse/HAMA-733
             Project: Hama
          Issue Type: Improvement
          Components: bsp core
            Reporter: Edward J. Yoon
            Assignee: Edward J. Yoon
             Fix For: 0.6.1
         Attachments: appendSync.txt

This function can be useful when broadcast is needed before receiving all 
messages.

{code}
   /**
   * if true, synchronizes without clearing the unconsumed messages in the 
queues.
   * 
   * @throws IOException
   * @throws SyncException
   * @throws InterruptedException
   */
  public void sync(boolean append) throws IOException, SyncException,
      InterruptedException;
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to