Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change 
notification.

The "HamaPipes" page has been changed by MartinIllecker:
http://wiki.apache.org/hama/HamaPipes?action=diff&rev1=2&rev2=3

  
  Hama Pipes will be part of Hama 0.6.0.
  
- Hama Pipes provides the following methods for C/C++ integration: (similar to 
the [[http://wiki.apache.org/hama/BSPModel|BSPModel]])
+ Hama Pipes provides the following methods for C/C++ integration: (similar to 
the [[BSPModel|BSPModel]])
  
  ||Function||Description||
  ||`void sendMessage(const string& peerName, const string& msg)`||Send a 
message to another peer. Messages sent by this method are not guaranteed to be 
received in a sent order.||
@@ -32, +32 @@

  ||`bool sequenceFileAppend(int fileID, const string& key, const string& 
value)`||Appends the next key/value pair to the SequenceFile.||
  ||`bool sequenceFileClose(int fileID)`||Closes a SequenceFile.||
  
- Finally here is the [[http://wiki.apache.org/hama/PiEstimator|Pi Estimator]] 
example implemented with Hama Pipes:
+ Finally here is the [[PiEstimator|Pi Estimator]] example implemented with 
Hama Pipes:
  
  {{{
  #include "hama/Pipes.hh"

Reply via email to