Uses of Class
storm.trident.planner.processor.TridentContext

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

Uses of TridentContext in storm.trident.planner
 

Methods in storm.trident.planner with parameters of type TridentContext
 void TridentProcessor.prepare(Map conf, TopologyContext context, TridentContext tridentContext)
           
 

Uses of TridentContext in storm.trident.planner.processor
 

Methods in storm.trident.planner.processor with parameters of type TridentContext
 void StateQueryProcessor.prepare(Map conf, TopologyContext context, TridentContext tridentContext)
           
 void ProjectedProcessor.prepare(Map conf, TopologyContext context, TridentContext tridentContext)
           
 void PartitionPersistProcessor.prepare(Map conf, TopologyContext context, TridentContext tridentContext)
           
 void MultiReducerProcessor.prepare(Map conf, TopologyContext context, TridentContext tridentContext)
           
 void EachProcessor.prepare(Map conf, TopologyContext context, TridentContext tridentContext)
           
 void AggregateProcessor.prepare(Map conf, TopologyContext context, TridentContext tridentContext)
           
 

Constructors in storm.trident.planner.processor with parameters of type TridentContext
AppendCollector(TridentContext context)
           
FreshCollector(TridentContext context)
           
 



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