Uses of Interface
org.apache.storm.tuple.ITuple
Packages that use ITuple
Package
Description
Shared code for example classes.
- 
Uses of ITuple in org.apache.storm.clojureClasses in org.apache.storm.clojure that implement ITuple
- 
Uses of ITuple in org.apache.storm.elasticsearch.commonMethods in org.apache.storm.elasticsearch.common with parameters of type ITupleModifier and TypeMethodDescriptionExtracts id from tuple.Extracts index from tuple.Extracts params from tuple if available.Extracts source from tuple.Extracts type from tuple.
- 
Uses of ITuple in org.apache.storm.jdbc.mapperMethods in org.apache.storm.jdbc.mapper with parameters of type ITupleModifier and TypeMethodDescriptionJdbcMapper.getColumns(ITuple tuple) Get columns.SimpleJdbcMapper.getColumns(ITuple tuple) Converts a DB row to a list of storm values that can be emitted.
- 
Uses of ITuple in org.apache.storm.jmsMethods in org.apache.storm.jms with parameters of type ITuple
- 
Uses of ITuple in org.apache.storm.redis.common.mapperMethods in org.apache.storm.redis.common.mapper with parameters of type ITupleModifier and TypeMethodDescriptionTupleMapper.getKeyFromTuple(ITuple tuple) Extracts key from tuple.TupleMapper.getValueFromTuple(ITuple tuple) Extracts value from tuple.Converts return value from Redis to a list of storm values that can be emitted.
- 
Uses of ITuple in org.apache.storm.redis.tridentMethods in org.apache.storm.redis.trident with parameters of type ITupleModifier and TypeMethodDescriptionWordCountLookupMapper.getKeyFromTuple(ITuple tuple) WordCountStoreMapper.getKeyFromTuple(ITuple tuple) WordCountLookupMapper.getValueFromTuple(ITuple tuple) WordCountStoreMapper.getValueFromTuple(ITuple tuple) 
- 
Uses of ITuple in org.apache.storm.trident.tupleSubinterfaces of ITuple in org.apache.storm.trident.tupleClasses in org.apache.storm.trident.tuple that implement ITupleModifier and TypeClassDescriptionclassExtends AbstractList so that it can be emitted directly as Storm tuples.
- 
Uses of ITuple in org.apache.storm.tupleSubinterfaces of ITuple in org.apache.storm.tupleModifier and TypeInterfaceDescriptioninterfaceThe tuple is the main data structure in Storm.Classes in org.apache.storm.tuple that implement ITuple