| Package | Description |
|---|---|
| backtype.storm.coordination | |
| backtype.storm.drpc | |
| backtype.storm.testing | |
| backtype.storm.topology.base | |
| backtype.storm.transactional |
| Modifier and Type | Method and Description |
|---|---|
BoltDeclarer |
BatchSubtopologyBuilder.setBolt(String id,
IBatchBolt bolt) |
BoltDeclarer |
BatchSubtopologyBuilder.setBolt(String id,
IBatchBolt bolt,
Number parallelism) |
| Constructor and Description |
|---|
BatchBoltExecutor(IBatchBolt bolt) |
| Modifier and Type | Method and Description |
|---|---|
LinearDRPCInputDeclarer |
LinearDRPCTopologyBuilder.addBolt(IBatchBolt bolt)
Deprecated.
|
LinearDRPCInputDeclarer |
LinearDRPCTopologyBuilder.addBolt(IBatchBolt bolt,
Number parallelism)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchNumberList |
class |
CountingBatchBolt |
class |
CountingCommitBolt |
class |
KeyedCountingBatchBolt |
class |
KeyedCountingCommitterBolt |
class |
KeyedSummingBatchBolt |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBatchBolt<T> |
class |
BaseTransactionalBolt |
| Modifier and Type | Method and Description |
|---|---|
BoltDeclarer |
TransactionalTopologyBuilder.setBolt(String id,
IBatchBolt bolt)
Deprecated.
|
BoltDeclarer |
TransactionalTopologyBuilder.setBolt(String id,
IBatchBolt bolt,
Number parallelism)
Deprecated.
|
BoltDeclarer |
TransactionalTopologyBuilder.setCommitterBolt(String id,
IBatchBolt bolt)
Deprecated.
|
BoltDeclarer |
TransactionalTopologyBuilder.setCommitterBolt(String id,
IBatchBolt bolt,
Number parallelism)
Deprecated.
|
Copyright © 2015. All rights reserved.