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 classClojureTuple - 
Uses of TupleImpl in org.apache.storm.executor
Methods in org.apache.storm.executor with parameters of type TupleImpl Modifier and Type Method Description voidExecutor. metricsTick(Task task, TupleImpl tuple)abstract voidExecutor. 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 voidBoltExecutor. 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 voidSpoutExecutor. 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 TupleImplKryoTupleDeserializer. deserialize(byte[] ser) 
 -