Uses of Interface
org.apache.storm.tuple.ITuple
Package
Description
Shared code for example classes.
-
Uses of ITuple in org.apache.storm.clojure
-
Uses of ITuple in org.apache.storm.elasticsearch.common
Modifier 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
Modifier 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
-
Uses of ITuple in org.apache.storm.redis.common.mapper
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Extends AbstractList so that it can be emitted directly as Storm tuples. -
Uses of ITuple in org.apache.storm.tuple
Modifier and TypeInterfaceDescriptioninterface
The tuple is the main data structure in Storm.