Uses of Interface
org.apache.storm.trident.spout.ITridentSpout.BatchCoordinator
Package
Description
-
Uses of ITridentSpout.BatchCoordinator in org.apache.storm.jms.trident
Modifier and TypeMethodDescriptionTridentJmsSpout.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context) -
Uses of ITridentSpout.BatchCoordinator in org.apache.storm.trident.spout
Modifier and TypeClassDescriptionstatic class
class
Modifier 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
Modifier and TypeMethodDescriptionFeederBatchSpout.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context) FeederCommitterBatchSpout.getCoordinator
(String txStateId, Map<String, Object> conf, TopologyContext context)