backtype.storm.topology
Interface IRichBolt

All Superinterfaces:
IBolt, IComponent, Serializable
All Known Implementing Classes:
BaseRichBolt, BasicBoltExecutor, BatchBoltExecutor, BoltTracker, ClojureBolt, CoordinatedBolt, JoinResult, KeyedFairBolt, ReturnResults, RichShellBolt, TestAggregatesCounter, TestEventOrderCheckBolt, TestGlobalCount, TestPlannerBolt, TransactionalSpoutBatchExecutor, TridentBoltExecutor, TupleCaptureBolt

public interface IRichBolt
extends IBolt, IComponent

When writing topologies using Java, IRichBolt and IRichSpout are the main interfaces to use to implement components of the topology.


Method Summary
 
Methods inherited from interface backtype.storm.task.IBolt
cleanup, execute, prepare
 
Methods inherited from interface backtype.storm.topology.IComponent
declareOutputFields, getComponentConfiguration
 



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