Uses of Interface
org.apache.hama.bsp.Messagable

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

Uses of Messagable in org.apache.hama.bsp
 

Classes in org.apache.hama.bsp that implement Messagable
 class BooleanMessage
          A message that consists of a string tag and a boolean value.
 class BSPMessage
          BSPMessage consists of the tag and the arbitrary amount of data to be communicated.
 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.
 



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