Package | Description |
---|---|
org.apache.storm.jms.trident | |
org.apache.storm.trident.spout | |
org.apache.storm.trident.testing |
Modifier and Type | Method and Description |
---|---|
ITridentSpout.Emitter<JmsBatch> |
TridentJmsSpout.getEmitter(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
Modifier and Type | Interface and Description |
---|---|
static interface |
ICommitterTridentSpout.Emitter |
Modifier and Type | Class and Description |
---|---|
class |
BatchSpoutExecutor.BatchSpoutEmitter |
class |
OpaquePartitionedTridentSpoutExecutor.Emitter |
Modifier and Type | Method and Description |
---|---|
ITridentSpout.Emitter<Object> |
PartitionedTridentSpoutExecutor.getEmitter(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
ITridentSpout.Emitter<T> |
ITridentSpout.getEmitter(String txStateId,
Map<String,Object> conf,
TopologyContext context)
The emitter for a TransactionalSpout runs as many tasks across the cluster.
|
ITridentSpout.Emitter<Object> |
BatchSpoutExecutor.getEmitter(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
ITridentSpout.Emitter<Object> |
RichSpoutBatchExecutor.getEmitter(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
Modifier and Type | Method and Description |
---|---|
ITridentSpout.Emitter<Map<Integer,List<List<Object>>>> |
FeederBatchSpout.getEmitter(String txStateId,
Map<String,Object> conf,
TopologyContext context) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.