Uses of Class
org.apache.storm.tuple.TupleImpl
-
Packages that use TupleImpl Package Description org.apache.storm.clojure org.apache.storm.executor org.apache.storm.executor.bolt org.apache.storm.executor.spout org.apache.storm.serialization -
-
Uses of TupleImpl in org.apache.storm.clojure
Subclasses of TupleImpl in org.apache.storm.clojure Modifier and Type Class Description class
ClojureTuple
-
Uses of TupleImpl in org.apache.storm.executor
Methods in org.apache.storm.executor with parameters of type TupleImpl Modifier and Type Method Description void
Executor. metricsTick(Task task, TupleImpl tuple)
abstract void
Executor. tupleActionFn(int taskId, TupleImpl tuple)
-
Uses of TupleImpl in org.apache.storm.executor.bolt
Methods in org.apache.storm.executor.bolt with parameters of type TupleImpl Modifier and Type Method Description void
BoltExecutor. tupleActionFn(int taskId, TupleImpl tuple)
-
Uses of TupleImpl in org.apache.storm.executor.spout
Methods in org.apache.storm.executor.spout with parameters of type TupleImpl Modifier and Type Method Description void
SpoutExecutor. tupleActionFn(int taskId, TupleImpl tuple)
-
Uses of TupleImpl in org.apache.storm.serialization
Methods in org.apache.storm.serialization that return TupleImpl Modifier and Type Method Description TupleImpl
KryoTupleDeserializer. deserialize(byte[] ser)
-