Package | Description |
---|---|
org.apache.storm.coordination | |
org.apache.storm.drpc | |
org.apache.storm.starter | |
org.apache.storm.testing | |
org.apache.storm.topology.base | |
org.apache.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) |
LinearDRPCInputDeclarer |
LinearDRPCTopologyBuilder.addBolt(IBatchBolt bolt,
Number parallelism) |
Modifier and Type | Class and Description |
---|---|
static class |
ReachTopology.CountAggregator |
static class |
ReachTopology.PartialUniquer |
static class |
TransactionalGlobalCount.BatchCount |
static class |
TransactionalGlobalCount.UpdateGlobalCount |
static class |
TransactionalWords.BucketCountUpdater |
static class |
TransactionalWords.KeyedCountUpdater |
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 © 2019 The Apache Software Foundation. All Rights Reserved.