Uses of Interface
storm.trident.planner.TupleReceiver

Packages that use TupleReceiver
storm.trident.planner   
storm.trident.planner.processor   
 

Uses of TupleReceiver in storm.trident.planner
 

Subinterfaces of TupleReceiver in storm.trident.planner
 interface TridentProcessor
           
 

Classes in storm.trident.planner that implement TupleReceiver
 class BridgeReceiver
           
 

Uses of TupleReceiver in storm.trident.planner.processor
 

Classes in storm.trident.planner.processor that implement TupleReceiver
 class AggregateProcessor
           
 class EachProcessor
           
 class MultiReducerProcessor
           
 class PartitionPersistProcessor
           
 class ProjectedProcessor
           
 class StateQueryProcessor
           
 

Methods in storm.trident.planner.processor that return types with arguments of type TupleReceiver
 List<TupleReceiver> TridentContext.getReceivers()
           
 

Constructor parameters in storm.trident.planner.processor with type arguments of type TupleReceiver
TridentContext(Fields selfFields, List<TridentTuple.Factory> parentFactories, List<String> parentStreams, List<TupleReceiver> receivers, String outStreamId, int stateIndex, BatchOutputCollector collector)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.