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 | Interface and Description |
---|---|
interface |
IStatefulBolt<T extends State>
A bolt abstraction for supporting stateful computation.
|
interface |
IStatefulWindowedBolt<T extends State>
A windowed bolt abstraction for supporting windowing operation with state.
|
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 | Class and Description |
---|---|
class |
BaseStatefulBolt<T extends State> |
class |
BaseStatefulWindowedBolt<T extends State> |
Copyright © 2022 The Apache Software Foundation. All rights reserved.