Uses of Interface
org.apache.storm.trident.spout.ITridentSpout.BatchCoordinator
Packages that use ITridentSpout.BatchCoordinator
Package
Description
-
Uses of ITridentSpout.BatchCoordinator in org.apache.storm.jms.trident
Methods in org.apache.storm.jms.trident that return ITridentSpout.BatchCoordinatorModifier and TypeMethodDescriptionTridentJmsSpout.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context) -
Uses of ITridentSpout.BatchCoordinator in org.apache.storm.trident.spout
Classes in org.apache.storm.trident.spout that implement ITridentSpout.BatchCoordinatorModifier and TypeClassDescriptionstatic class
class
Methods in org.apache.storm.trident.spout that return ITridentSpout.BatchCoordinatorModifier and TypeMethodDescriptionBatchSpoutExecutor.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context) ITridentSpout.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context) The coordinator for a TransactionalSpout runs in a single thread and indicates when batches of tuples should be emitted.OpaquePartitionedTridentSpoutExecutor.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context) PartitionedTridentSpoutExecutor.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context) RichSpoutBatchExecutor.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context) -
Uses of ITridentSpout.BatchCoordinator in org.apache.storm.trident.testing
Classes in org.apache.storm.trident.testing that implement ITridentSpout.BatchCoordinatorMethods in org.apache.storm.trident.testing that return ITridentSpout.BatchCoordinatorModifier and TypeMethodDescriptionFeederBatchSpout.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context) FeederCommitterBatchSpout.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context)