Package org.apache.storm.multilang
Class BoltMsg
java.lang.Object
org.apache.storm.multilang.BoltMsg
BoltMsg is an object that represents the data sent from a shell component to a bolt process that implements a multi-language protocol. It
is the union of all data types that a bolt can receive from Storm.
BoltMsgs are objects sent to the ISerializer interface, for serialization according to the wire protocol implemented by the serializer. The BoltMsg class allows for a decoupling between the serialized representation of the data and the data itself.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BoltMsg
public BoltMsg()
-
-
Method Details
-
getId
-
setId
-
getComp
-
setComp
-
getStream
-
setStream
-
getTask
public long getTask() -
setTask
public void setTask(long task) -
getTuple
-
setTuple
-