| Package | Description |
|---|---|
| backtype.storm.coordination | |
| backtype.storm.drpc | |
| backtype.storm.testing | |
| backtype.storm.topology | |
| backtype.storm.topology.base | |
| backtype.storm.transactional | |
| storm.trident.spout |
| Modifier and Type | Method and Description |
|---|---|
BoltDeclarer |
BatchSubtopologyBuilder.setBolt(String id,
IBasicBolt bolt) |
BoltDeclarer |
BatchSubtopologyBuilder.setBolt(String id,
IBasicBolt bolt,
Number parallelism) |
| Constructor and Description |
|---|
BatchSubtopologyBuilder(String masterBoltId,
IBasicBolt masterBolt) |
BatchSubtopologyBuilder(String masterBoltId,
IBasicBolt masterBolt,
Number boltParallelism) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrepareRequest |
| Modifier and Type | Method and Description |
|---|---|
LinearDRPCInputDeclarer |
LinearDRPCTopologyBuilder.addBolt(IBasicBolt bolt)
Deprecated.
|
LinearDRPCInputDeclarer |
LinearDRPCTopologyBuilder.addBolt(IBasicBolt bolt,
Number parallelism)
Deprecated.
|
| Constructor and Description |
|---|
KeyedFairBolt(IBasicBolt delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchProcessWord |
class |
BatchRepeatA |
class |
IdentityBolt |
class |
PrepareBatchBolt |
class |
TestConfBolt |
class |
TestWordCounter |
| Modifier and Type | Method and Description |
|---|---|
BoltDeclarer |
TopologyBuilder.setBolt(String id,
IBasicBolt bolt)
Define a new bolt in this topology.
|
BoltDeclarer |
TopologyBuilder.setBolt(String id,
IBasicBolt bolt,
Number parallelism_hint)
Define a new bolt in this topology.
|
| Constructor and Description |
|---|
BasicBoltExecutor(IBasicBolt bolt) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBasicBolt |
| Modifier and Type | Method and Description |
|---|---|
BoltDeclarer |
TransactionalTopologyBuilder.setBolt(String id,
IBasicBolt bolt)
Deprecated.
|
BoltDeclarer |
TransactionalTopologyBuilder.setBolt(String id,
IBasicBolt bolt,
Number parallelism)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TridentSpoutCoordinator |
Copyright © 2015. All rights reserved.