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
 

Subclasses of BSPMessage in org.apache.hama.bsp
 class BooleanMessage
          A message that consists of a string tag and a boolean value.
 class ByteMessage
          A message that consists of a byte tag and a byte data.
 class DoubleMessage
          A message that consists of a string tag and a double data.
 class IntegerDoubleMessage
          A message that consists of a int tag and a double data.
 class IntegerMessage
          A message that consists of a string tag and a int data.
 

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

Methods in org.apache.hama.bsp that return types with arguments of type BSPMessage
 java.util.List<BSPMessage> BSPMessageBundle.getMessages()
           
 

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



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.