|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hama.bsp.BSPMessage
public abstract class BSPMessage
BSPMessage consists of the tag and the arbitrary amount of data to be communicated.
Constructor Summary | |
---|---|
BSPMessage()
|
Method Summary | |
---|---|
abstract java.lang.Object |
getData()
|
abstract java.lang.Object |
getTag()
BSP messages are typically identified with tags. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hadoop.io.Writable |
---|
readFields, write |
Constructor Detail |
---|
public BSPMessage()
Method Detail |
---|
public abstract java.lang.Object getTag()
public abstract java.lang.Object getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |