Package | Description |
---|---|
org.apache.storm.jms.trident | |
org.apache.storm.trident.spout | |
org.apache.storm.trident.testing |
Modifier and Type | Method and Description |
---|---|
ITridentSpout.BatchCoordinator<JmsBatch> |
TridentJmsSpout.getCoordinator(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
Modifier and Type | Class and Description |
---|---|
static class |
BatchSpoutExecutor.EmptyCoordinator |
class |
OpaquePartitionedTridentSpoutExecutor.Coordinator |
Modifier and Type | Method and Description |
---|---|
ITridentSpout.BatchCoordinator<Object> |
PartitionedTridentSpoutExecutor.getCoordinator(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
ITridentSpout.BatchCoordinator<T> |
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.
|
ITridentSpout.BatchCoordinator<Object> |
OpaquePartitionedTridentSpoutExecutor.getCoordinator(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
ITridentSpout.BatchCoordinator<Object> |
BatchSpoutExecutor.getCoordinator(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
ITridentSpout.BatchCoordinator<Object> |
RichSpoutBatchExecutor.getCoordinator(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
Modifier and Type | Class and Description |
---|---|
class |
FeederBatchSpout.FeederCoordinator |
Modifier and Type | Method and Description |
---|---|
ITridentSpout.BatchCoordinator<Map<Integer,List<List<Object>>>> |
FeederCommitterBatchSpout.getCoordinator(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
ITridentSpout.BatchCoordinator<Map<Integer,List<List<Object>>>> |
FeederBatchSpout.getCoordinator(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.