Modifier and Type | Method and Description |
---|---|
void |
ClojureSpout.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
ClojureBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
IBatchBolt.prepare(Map conf,
TopologyContext context,
BatchOutputCollector collector,
T id) |
void |
CoordinatedBolt.prepare(Map config,
TopologyContext context,
OutputCollector collector) |
void |
BatchBoltExecutor.prepare(Map conf,
TopologyContext context,
OutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
DRPCSpout.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
PrepareRequest.prepare(Map map,
TopologyContext context) |
void |
ReturnResults.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
void |
KeyedFairBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
void |
JoinResult.prepare(Map map,
TopologyContext context,
OutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
ITaskHook.prepare(Map conf,
TopologyContext context) |
void |
BaseTaskHook.prepare(Map conf,
TopologyContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingMetricsConsumer.prepare(Map stormConf,
Object registrationArgument,
TopologyContext context,
IErrorReporter errorReporter) |
void |
SystemBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
void |
MetricsConsumerBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
IMetricsConsumer.prepare(Map stormConf,
Object registrationArgument,
TopologyContext context,
IErrorReporter errorReporter) |
Modifier and Type | Method and Description |
---|---|
Number |
JsonSerializer.connect(Map conf,
TopologyContext context) |
Number |
ISerializer.connect(Map conf,
TopologyContext context)
This method transmits the Storm config to the non-JVM process and
receives its pid.
|
Modifier and Type | Method and Description |
---|---|
void |
ShellSpout.open(Map stormConf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
ISpout.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector)
Called when a task for this component is initialized within a worker on the cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
IStateSpout.open(Map conf,
TopologyContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ShellBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
void |
IBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector)
Called when a task for this component is initialized within a worker on the cluster.
|
Modifier and Type | Method and Description |
---|---|
IOpaquePartitionedTransactionalSpout.Coordinator |
OpaqueMemoryTransactionalSpout.getCoordinator(Map conf,
TopologyContext context) |
IPartitionedTransactionalSpout.Coordinator |
MemoryTransactionalSpout.getCoordinator(Map conf,
TopologyContext context) |
IOpaquePartitionedTransactionalSpout.Emitter<MemoryTransactionalSpoutMeta> |
OpaqueMemoryTransactionalSpout.getEmitter(Map conf,
TopologyContext context) |
IPartitionedTransactionalSpout.Emitter<MemoryTransactionalSpoutMeta> |
MemoryTransactionalSpout.getEmitter(Map conf,
TopologyContext context) |
void |
TestWordSpout.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
TestPlannerSpout.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
TestEventLogSpout.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
SpoutTracker.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
FixedTupleSpout.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
FeederSpout.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
TestWordCounter.prepare(Map stormConf,
TopologyContext context) |
void |
TestConfBolt.prepare(Map conf,
TopologyContext context) |
void |
KeyedSummingBatchBolt.prepare(Map conf,
TopologyContext context,
BatchOutputCollector collector,
Object id) |
void |
KeyedCountingBatchBolt.prepare(Map conf,
TopologyContext context,
BatchOutputCollector collector,
Object id) |
void |
CountingBatchBolt.prepare(Map conf,
TopologyContext context,
BatchOutputCollector collector,
Object id) |
void |
BatchNumberList.prepare(Map conf,
TopologyContext context,
BatchOutputCollector collector,
Object id) |
void |
CountingCommitBolt.prepare(Map conf,
TopologyContext context,
BatchOutputCollector collector,
TransactionAttempt id) |
void |
TupleCaptureBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
void |
TestPlannerBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
void |
TestGlobalCount.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
void |
TestEventOrderCheckBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
void |
TestAggregatesCounter.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
void |
NonRichBoltTracker.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
IBasicBolt.prepare(Map stormConf,
TopologyContext context) |
void |
BasicBoltExecutor.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
BaseBasicBolt.prepare(Map stormConf,
TopologyContext context) |
Modifier and Type | Method and Description |
---|---|
ITransactionalSpout.Coordinator<T> |
ITransactionalSpout.getCoordinator(Map conf,
TopologyContext context)
The coordinator for a TransactionalSpout runs in a single thread and indicates when batches
of tuples should be emitted and when transactions should commit.
|
ITransactionalSpout.Emitter<T> |
ITransactionalSpout.getEmitter(Map conf,
TopologyContext context)
The emitter for a TransactionalSpout runs as many tasks across the cluster.
|
ICommitterTransactionalSpout.Emitter |
ICommitterTransactionalSpout.getEmitter(Map conf,
TopologyContext context) |
void |
TransactionalSpoutCoordinator.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
TransactionalSpoutBatchExecutor.prepare(Map conf,
TopologyContext context,
OutputCollector collector) |
Constructor and Description |
---|
OpaquePartitionedTransactionalSpoutExecutor.Coordinator(Map conf,
TopologyContext context) |
OpaquePartitionedTransactionalSpoutExecutor.Emitter(Map conf,
TopologyContext context) |
Modifier and Type | Method and Description |
---|---|
Number |
ShellProcess.launch(Map conf,
TopologyContext context) |
Constructor and Description |
---|
TridentOperationContext(TopologyContext topoContext,
TridentTuple.Factory factory) |
Modifier and Type | Method and Description |
---|---|
void |
SubtopologyBolt.prepare(Map conf,
TopologyContext context,
BatchOutputCollector batchCollector) |
void |
TridentProcessor.prepare(Map conf,
TopologyContext context,
TridentContext tridentContext) |
Modifier and Type | Method and Description |
---|---|
void |
StateQueryProcessor.prepare(Map conf,
TopologyContext context,
TridentContext tridentContext) |
void |
ProjectedProcessor.prepare(Map conf,
TopologyContext context,
TridentContext tridentContext) |
void |
PartitionPersistProcessor.prepare(Map conf,
TopologyContext context,
TridentContext tridentContext) |
void |
MultiReducerProcessor.prepare(Map conf,
TopologyContext context,
TridentContext tridentContext) |
void |
EachProcessor.prepare(Map conf,
TopologyContext context,
TridentContext tridentContext) |
void |
AggregateProcessor.prepare(Map conf,
TopologyContext context,
TridentContext tridentContext) |
Modifier and Type | Method and Description |
---|---|
IPartitionedTridentSpout.Coordinator<Partitions> |
IPartitionedTridentSpout.getCoordinator(Map conf,
TopologyContext context) |
IOpaquePartitionedTridentSpout.Coordinator |
IOpaquePartitionedTridentSpout.getCoordinator(Map conf,
TopologyContext context) |
ITridentSpout.BatchCoordinator |
RichSpoutBatchExecutor.getCoordinator(String txStateId,
Map conf,
TopologyContext context) |
ITridentSpout.BatchCoordinator |
PartitionedTridentSpoutExecutor.getCoordinator(String txStateId,
Map conf,
TopologyContext context) |
ITridentSpout.BatchCoordinator<Object> |
OpaquePartitionedTridentSpoutExecutor.getCoordinator(String txStateId,
Map conf,
TopologyContext context) |
ITridentSpout.BatchCoordinator<T> |
ITridentSpout.getCoordinator(String txStateId,
Map conf,
TopologyContext context)
The coordinator for a TransactionalSpout runs in a single thread and indicates when batches
of tuples should be emitted and when transactions should commit.
|
ITridentSpout.BatchCoordinator |
BatchSpoutExecutor.getCoordinator(String txStateId,
Map conf,
TopologyContext context) |
IPartitionedTridentSpout.Emitter<Partitions,Partition,T> |
IPartitionedTridentSpout.getEmitter(Map conf,
TopologyContext context) |
IOpaquePartitionedTridentSpout.Emitter<Partitions,Partition,M> |
IOpaquePartitionedTridentSpout.getEmitter(Map conf,
TopologyContext context) |
ITridentSpout.Emitter |
RichSpoutBatchExecutor.getEmitter(String txStateId,
Map conf,
TopologyContext context) |
ITridentSpout.Emitter |
PartitionedTridentSpoutExecutor.getEmitter(String txStateId,
Map conf,
TopologyContext context) |
ICommitterTridentSpout.Emitter |
OpaquePartitionedTridentSpoutExecutor.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.
|
ICommitterTridentSpout.Emitter |
ICommitterTridentSpout.getEmitter(String txStateId,
Map conf,
TopologyContext context) |
ITridentSpout.Emitter |
BatchSpoutExecutor.getEmitter(String txStateId,
Map conf,
TopologyContext context) |
void |
IBatchSpout.open(Map conf,
TopologyContext context) |
void |
RichSpoutBatchTriggerer.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
TridentSpoutCoordinator.prepare(Map conf,
TopologyContext context) |
void |
TridentSpoutExecutor.prepare(Map conf,
TopologyContext context,
BatchOutputCollector collector) |
Constructor and Description |
---|
OpaquePartitionedTridentSpoutExecutor.Coordinator(Map conf,
TopologyContext context) |
OpaquePartitionedTridentSpoutExecutor.Emitter(String txStateId,
Map conf,
TopologyContext context) |
Modifier and Type | Method and Description |
---|---|
ITridentSpout.BatchCoordinator |
FeederCommitterBatchSpout.getCoordinator(String txStateId,
Map conf,
TopologyContext context) |
ITridentSpout.BatchCoordinator |
FeederBatchSpout.getCoordinator(String txStateId,
Map conf,
TopologyContext context) |
ICommitterTridentSpout.Emitter |
FeederCommitterBatchSpout.getEmitter(String txStateId,
Map conf,
TopologyContext context) |
ITridentSpout.Emitter |
FeederBatchSpout.getEmitter(String txStateId,
Map conf,
TopologyContext context) |
void |
FixedBatchSpout.open(Map conf,
TopologyContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MasterBatchCoordinator.open(Map conf,
TopologyContext context,
SpoutOutputCollector collector) |
void |
ITridentBatchBolt.prepare(Map conf,
TopologyContext context,
BatchOutputCollector collector) |
void |
TridentBoltExecutor.prepare(Map conf,
TopologyContext context,
OutputCollector collector) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.