Uses of Interface
backtype.storm.task.IErrorReporter

Packages that use IErrorReporter
backtype.storm.coordination   
backtype.storm.metric   
backtype.storm.metric.api   
backtype.storm.task   
storm.trident.topology   
 

Uses of IErrorReporter in backtype.storm.coordination
 

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

Uses of IErrorReporter in backtype.storm.metric
 

Methods in backtype.storm.metric with parameters of type IErrorReporter
 void LoggingMetricsConsumer.prepare(Map stormConf, Object registrationArgument, TopologyContext context, IErrorReporter errorReporter)
           
 

Uses of IErrorReporter in backtype.storm.metric.api
 

Methods in backtype.storm.metric.api with parameters of type IErrorReporter
 void IMetricsConsumer.prepare(Map stormConf, Object registrationArgument, TopologyContext context, IErrorReporter errorReporter)
           
 

Uses of IErrorReporter in backtype.storm.task
 

Subinterfaces of IErrorReporter in backtype.storm.task
 interface IOutputCollector
           
 

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

Uses of IErrorReporter in storm.trident.topology
 

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



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