Uses of Interface
storm.trident.spout.ITridentSpout.BatchCoordinator

Packages that use ITridentSpout.BatchCoordinator
storm.trident.spout   
storm.trident.testing   
 

Uses of ITridentSpout.BatchCoordinator in storm.trident.spout
 

Classes in storm.trident.spout that implement ITridentSpout.BatchCoordinator
static class BatchSpoutExecutor.EmptyCoordinator
           
 class OpaquePartitionedTridentSpoutExecutor.Coordinator
           
 

Methods in storm.trident.spout that return ITridentSpout.BatchCoordinator
 ITridentSpout.BatchCoordinator RichSpoutBatchExecutor.getCoordinator(String txStateId, Map conf, TopologyContext context)
           
 ITridentSpout.BatchCoordinator PartitionedTridentSpoutExecutor.getCoordinator(String txStateId, Map conf, TopologyContext context)
           
 ITridentSpout.BatchCoordinator<Object> OpaquePartitionedTridentSpoutExecutor.getCoordinator(String txStateId, Map conf, TopologyContext context)
           
 ITridentSpout.BatchCoordinator<T> ITridentSpout.getCoordinator(String txStateId, Map conf, TopologyContext context)
          The coordinator for a TransactionalSpout runs in a single thread and indicates when batches of tuples should be emitted and when transactions should commit.
 ITridentSpout.BatchCoordinator BatchSpoutExecutor.getCoordinator(String txStateId, Map conf, TopologyContext context)
           
 

Uses of ITridentSpout.BatchCoordinator in storm.trident.testing
 

Classes in storm.trident.testing that implement ITridentSpout.BatchCoordinator
 class FeederBatchSpout.FeederCoordinator
           
 

Methods in storm.trident.testing that return ITridentSpout.BatchCoordinator
 ITridentSpout.BatchCoordinator FeederCommitterBatchSpout.getCoordinator(String txStateId, Map conf, TopologyContext context)
           
 ITridentSpout.BatchCoordinator FeederBatchSpout.getCoordinator(String txStateId, Map conf, TopologyContext context)
           
 



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