Uses of Class
backtype.storm.task.WorkerTopologyContext

Packages that use WorkerTopologyContext
backtype.storm.grouping   
backtype.storm.task   
backtype.storm.testing   
storm.trident.partition   
 

Uses of WorkerTopologyContext in backtype.storm.grouping
 

Methods in backtype.storm.grouping with parameters of type WorkerTopologyContext
 void CustomStreamGrouping.prepare(WorkerTopologyContext context, GlobalStreamId stream, List<Integer> targetTasks)
          Tells the stream grouping at runtime the tasks in the target bolt.
 

Uses of WorkerTopologyContext in backtype.storm.task
 

Subclasses of WorkerTopologyContext in backtype.storm.task
 class TopologyContext
          A TopologyContext is given to bolts and spouts in their "prepare" and "open" methods, respectively.
 

Uses of WorkerTopologyContext in backtype.storm.testing
 

Methods in backtype.storm.testing with parameters of type WorkerTopologyContext
 void NGrouping.prepare(WorkerTopologyContext context, GlobalStreamId stream, List<Integer> targetTasks)
           
 

Uses of WorkerTopologyContext in storm.trident.partition
 

Methods in storm.trident.partition with parameters of type WorkerTopologyContext
 void IndexHashGrouping.prepare(WorkerTopologyContext context, GlobalStreamId stream, List<Integer> targetTasks)
           
 void IdentityGrouping.prepare(WorkerTopologyContext context, GlobalStreamId stream, List<Integer> tasks)
           
 void GlobalGrouping.prepare(WorkerTopologyContext context, GlobalStreamId stream, List<Integer> targets)
           
 



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