Modifier and Type | Method and Description |
---|---|
void |
ClojureBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
CoordinatedBolt.prepare(Map config,
TopologyContext context,
OutputCollector collector) |
void |
BatchBoltExecutor.prepare(Map conf,
TopologyContext context,
OutputCollector collector) |
Constructor and Description |
---|
BatchOutputCollectorImpl(OutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
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 |
SystemBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
void |
MetricsConsumerBolt.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
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 |
---|---|
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 |
BasicBoltExecutor.prepare(Map stormConf,
TopologyContext context,
OutputCollector collector) |
Constructor and Description |
---|
BasicOutputCollector(OutputCollector out) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionalSpoutBatchExecutor.prepare(Map conf,
TopologyContext context,
OutputCollector collector) |
Modifier and Type | Method and Description |
---|---|
void |
TridentBoltExecutor.prepare(Map conf,
TopologyContext context,
OutputCollector collector) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.