Uses of Interface
backtype.storm.task.IOutputCollector

Packages that use IOutputCollector
backtype.storm.coordination   
backtype.storm.task   
backtype.storm.topology   
storm.trident.topology   
 

Uses of IOutputCollector in backtype.storm.coordination
 

Classes in backtype.storm.coordination that implement IOutputCollector
 class CoordinatedBolt.CoordinatedOutputCollector
           
 

Constructors in backtype.storm.coordination with parameters of type IOutputCollector
CoordinatedBolt.CoordinatedOutputCollector(IOutputCollector delegate)
           
 

Uses of IOutputCollector in backtype.storm.task
 

Classes in backtype.storm.task that implement IOutputCollector
 class OutputCollector
          This output collector exposes the API for emitting tuples from an IRichBolt.
 

Constructors in backtype.storm.task with parameters of type IOutputCollector
OutputCollector(IOutputCollector delegate)
           
 

Uses of IOutputCollector in backtype.storm.topology
 

Methods in backtype.storm.topology that return IOutputCollector
protected  IOutputCollector BasicOutputCollector.getOutputter()
           
 

Uses of IOutputCollector in storm.trident.topology
 

Classes in storm.trident.topology that implement IOutputCollector
 class TridentBoltExecutor.CoordinatedOutputCollector
           
 

Constructors in storm.trident.topology with parameters of type IOutputCollector
TridentBoltExecutor.CoordinatedOutputCollector(IOutputCollector delegate)
           
 



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