Uses of Interface
org.apache.storm.trident.planner.TupleReceiver
-
Packages that use TupleReceiver Package Description org.apache.storm.trident.planner org.apache.storm.trident.planner.processor org.apache.storm.trident.windowing -
-
Uses of TupleReceiver in org.apache.storm.trident.planner
Subinterfaces of TupleReceiver in org.apache.storm.trident.planner Modifier and Type Interface Description interface
TridentProcessor
Classes in org.apache.storm.trident.planner that implement TupleReceiver Modifier and Type Class Description class
BridgeReceiver
-
Uses of TupleReceiver in org.apache.storm.trident.planner.processor
Classes in org.apache.storm.trident.planner.processor that implement TupleReceiver Modifier and Type Class Description class
AggregateProcessor
class
EachProcessor
class
MapProcessor
Processor for executingStream.map(MapFunction)
andStream.flatMap(FlatMapFunction)
functions.class
MultiReducerProcessor
class
PartitionPersistProcessor
class
ProjectedProcessor
class
StateQueryProcessor
Methods in org.apache.storm.trident.planner.processor that return types with arguments of type TupleReceiver Modifier and Type Method Description List<TupleReceiver>
TridentContext. getReceivers()
-
Uses of TupleReceiver in org.apache.storm.trident.windowing
Classes in org.apache.storm.trident.windowing that implement TupleReceiver Modifier and Type Class Description class
WindowTridentProcessor
TridentProcessor
implementation for windowing operations on trident stream.
-