Package | Description |
---|---|
storm.trident.spout | |
storm.trident.testing |
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 |
RichSpoutBatchExecutor.getEmitter(String txStateId,
Map conf,
TopologyContext context) |
ITridentSpout.Emitter |
PartitionedTridentSpoutExecutor.getEmitter(String txStateId,
Map conf,
TopologyContext context) |
ITridentSpout.Emitter<T> |
ITridentSpout.getEmitter(String txStateId,
Map conf,
TopologyContext context)
The emitter for a TransactionalSpout runs as many tasks across the cluster.
|
ITridentSpout.Emitter |
BatchSpoutExecutor.getEmitter(String txStateId,
Map conf,
TopologyContext context) |
Modifier and Type | Class and Description |
---|---|
class |
FeederBatchSpout.FeederEmitter |
Modifier and Type | Method and Description |
---|---|
ITridentSpout.Emitter |
FeederBatchSpout.getEmitter(String txStateId,
Map conf,
TopologyContext context) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.