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.clojure
Classes in org.apache.storm.clojure that implement ITuple -
Uses of ITuple in org.apache.storm.elasticsearch.common
Methods 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.mapper
Methods 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.jms
Methods in org.apache.storm.jms with parameters of type ITuple -
Uses of ITuple in org.apache.storm.redis.common.mapper
Methods 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.trident
Methods 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.tuple
Subinterfaces of ITuple in org.apache.storm.trident.tupleClasses in org.apache.storm.trident.tuple that implement ITupleModifier and TypeClassDescriptionclass
Extends AbstractList so that it can be emitted directly as Storm tuples. -
Uses of ITuple in org.apache.storm.tuple
Subinterfaces of ITuple in org.apache.storm.tupleModifier and TypeInterfaceDescriptioninterface
The tuple is the main data structure in Storm.Classes in org.apache.storm.tuple that implement ITuple