Uses of Interface
backtype.storm.topology.IComponent

Packages that use IComponent
backtype.storm.clojure   
backtype.storm.coordination   
backtype.storm.drpc   
backtype.storm.testing   
backtype.storm.topology   
backtype.storm.topology.base   
backtype.storm.transactional   
backtype.storm.transactional.partitioned   
storm.trident.planner   
storm.trident.spout   
storm.trident.topology   
storm.trident.util   
 

Uses of IComponent in backtype.storm.clojure
 

Classes in backtype.storm.clojure that implement IComponent
 class ClojureBolt
           
 class ClojureSpout
           
 class RichShellBolt
           
 class RichShellSpout
           
 

Uses of IComponent in backtype.storm.coordination
 

Subinterfaces of IComponent in backtype.storm.coordination
 interface IBatchBolt<T>
           
 

Classes in backtype.storm.coordination that implement IComponent
 class BatchBoltExecutor
           
 class CoordinatedBolt
          Coordination requires the request ids to be globally unique for awhile.
 

Uses of IComponent in backtype.storm.drpc
 

Classes in backtype.storm.drpc that implement IComponent
 class DRPCSpout
           
 class JoinResult
           
 class KeyedFairBolt
           
 class PrepareRequest
           
 class ReturnResults
           
 

Uses of IComponent in backtype.storm.testing
 

Classes in backtype.storm.testing that implement IComponent
 class BatchNumberList
           
 class BatchProcessWord
           
 class BatchRepeatA
           
 class BoltTracker
           
 class CountingBatchBolt
           
 class CountingCommitBolt
           
 class FeederSpout
           
 class FixedTupleSpout
           
 class IdentityBolt
           
 class KeyedCountingBatchBolt
           
 class KeyedCountingCommitterBolt
           
 class KeyedSummingBatchBolt
           
 class MemoryTransactionalSpout
           
 class OpaqueMemoryTransactionalSpout
          This spout only works in local mode.
 class PrepareBatchBolt
           
 class SpoutTracker
           
 class TestAggregatesCounter
           
 class TestConfBolt
           
 class TestEventLogSpout
           
 class TestEventOrderCheckBolt
           
 class TestGlobalCount
           
 class TestPlannerBolt
           
 class TestPlannerSpout
           
 class TestWordCounter
           
 class TestWordSpout
           
 class TupleCaptureBolt
           
 

Uses of IComponent in backtype.storm.topology
 

Subinterfaces of IComponent in backtype.storm.topology
 interface IBasicBolt
           
 interface IRichBolt
          When writing topologies using Java, IRichBolt and IRichSpout are the main interfaces to use to implement components of the topology.
 interface IRichSpout
          When writing topologies using Java, IRichBolt and IRichSpout are the main interfaces to use to implement components of the topology.
 interface IRichStateSpout
           
 

Classes in backtype.storm.topology that implement IComponent
 class BasicBoltExecutor
           
 

Uses of IComponent in backtype.storm.topology.base
 

Classes in backtype.storm.topology.base that implement IComponent
 class BaseBasicBolt
           
 class BaseBatchBolt<T>
           
 class BaseComponent
           
 class BaseOpaquePartitionedTransactionalSpout<T>
           
 class BasePartitionedTransactionalSpout<T>
           
 class BaseRichBolt
           
 class BaseRichSpout
           
 class BaseTransactionalBolt
           
 class BaseTransactionalSpout<T>
           
 

Uses of IComponent in backtype.storm.transactional
 

Subinterfaces of IComponent in backtype.storm.transactional
 interface ICommitterTransactionalSpout<X>
           
 interface ITransactionalSpout<T>
           
 

Classes in backtype.storm.transactional that implement IComponent
 class TransactionalSpoutBatchExecutor
           
 class TransactionalSpoutCoordinator
           
 

Uses of IComponent in backtype.storm.transactional.partitioned
 

Subinterfaces of IComponent in backtype.storm.transactional.partitioned
 interface IOpaquePartitionedTransactionalSpout<T>
          This defines a transactional spout which does *not* necessarily replay the same batch every time it emits a batch for a transaction id.
 interface IPartitionedTransactionalSpout<T>
          This interface defines a transactional spout that reads its tuples from a partitioned set of brokers.
 

Classes in backtype.storm.transactional.partitioned that implement IComponent
 class OpaquePartitionedTransactionalSpoutExecutor
           
 class PartitionedTransactionalSpoutExecutor
           
 

Uses of IComponent in storm.trident.planner
 

Classes in storm.trident.planner that implement IComponent
 class SubtopologyBolt
           
 

Uses of IComponent in storm.trident.spout
 

Classes in storm.trident.spout that implement IComponent
 class RichSpoutBatchTriggerer
           
 class TridentSpoutCoordinator
           
 class TridentSpoutExecutor
           
 

Uses of IComponent in storm.trident.topology
 

Subinterfaces of IComponent in storm.trident.topology
 interface ITridentBatchBolt
           
 

Classes in storm.trident.topology that implement IComponent
 class MasterBatchCoordinator
           
 class TridentBoltExecutor
           
 

Uses of IComponent in storm.trident.util
 

Methods in storm.trident.util with parameters of type IComponent
static Fields TridentUtils.getSingleOutputStreamFields(IComponent component)
           
 



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