Uses of Class
org.apache.storm.multilang.BoltMsg
-
Packages that use BoltMsg Package Description org.apache.storm.multilang org.apache.storm.utils -
-
Uses of BoltMsg in org.apache.storm.multilang
Methods in org.apache.storm.multilang with parameters of type BoltMsg Modifier and Type Method Description void
ISerializer. writeBoltMsg(BoltMsg msg)
This method sends a bolt message to a non-JVM bolt process.void
JsonSerializer. writeBoltMsg(BoltMsg boltMsg)
-
Uses of BoltMsg in org.apache.storm.utils
Methods in org.apache.storm.utils with parameters of type BoltMsg Modifier and Type Method Description void
ShellBoltMessageQueue. putBoltMsg(BoltMsg boltMsg)
put bolt message to its queue.void
ShellProcess. writeBoltMsg(BoltMsg msg)
-