Uses of Class
org.apache.hama.bsp.BSPMessage

Packages that use BSPMessage
org.apache.hama.bsp BSP computing framework. 
 

Uses of BSPMessage in org.apache.hama.bsp
 

Methods in org.apache.hama.bsp that return BSPMessage
 BSPMessage GroomServer.getCurrentMessage()
           
 BSPMessage BSPPeerInterface.getCurrentMessage()
           
 BSPMessage BSPPeer.getCurrentMessage()
           
 

Methods in org.apache.hama.bsp with parameters of type BSPMessage
 void GroomServer.put(BSPMessage msg)
           
 void BSPPeerInterface.put(BSPMessage msg)
          Puts a message to local queue.
 void BSPPeer.put(BSPMessage msg)
           
 void GroomServer.send(String peerName, BSPMessage msg)
           
 void BSPPeerInterface.send(String peerName, BSPMessage msg)
          Send a data with a tag to another BSPSlave corresponding to hostname.
 void BSPPeer.send(String peerName, BSPMessage msg)
           
 



Copyright © 2011 The Apache Software Foundation