Package | Description |
---|---|
org.apache.storm.flux.examples | |
org.apache.storm.topology | |
org.apache.storm.topology.base |
Modifier and Type | Class and Description |
---|---|
class |
StatefulWordCounter |
Modifier and Type | Class and Description |
---|---|
class |
PersistentWindowedBoltExecutor<T extends State>
Wraps a
IStatefulWindowedBolt and handles the execution. |
class |
StatefulWindowedBoltExecutor<T extends State>
Wraps a
IStatefulWindowedBolt and handles the execution. |
Modifier and Type | Method and Description |
---|---|
<T extends State> |
TopologyBuilder.setBolt(String id,
IStatefulBolt<T> bolt)
Define a new bolt in this topology.
|
<T extends State> |
TopologyBuilder.setBolt(String id,
IStatefulBolt<T> bolt,
Number parallelism_hint)
Define a new bolt in this topology.
|
Constructor and Description |
---|
StatefulBoltExecutor(IStatefulBolt<T> bolt) |
Modifier and Type | Class and Description |
---|---|
class |
BaseStatefulBolt<T extends State> |
Copyright © 2019 The Apache Software Foundation. All rights reserved.