Package | Description |
---|---|
org.apache.storm.topology | |
org.apache.storm.topology.base |
Modifier and Type | Method and Description |
---|---|
<T extends State> |
TopologyBuilder.setBolt(String id,
IStatefulWindowedBolt<T> bolt)
Define a new bolt in this topology.
|
<T extends State> |
TopologyBuilder.setBolt(String id,
IStatefulWindowedBolt<T> bolt,
Number parallelismHint)
Define a new bolt in this topology.
|
Constructor and Description |
---|
PersistentWindowedBoltExecutor(IStatefulWindowedBolt<T> bolt) |
StatefulWindowedBoltExecutor(IStatefulWindowedBolt<T> bolt) |
Modifier and Type | Class and Description |
---|---|
class |
BaseStatefulWindowedBolt<T extends State> |
Copyright © 2022 The Apache Software Foundation. All rights reserved.