Package | Description |
---|---|
org.apache.storm.bolt | |
org.apache.storm.starter.bolt | |
org.apache.storm.topology | |
org.apache.storm.topology.base |
Modifier and Type | Class and Description |
---|---|
class |
JoinBolt |
Modifier and Type | Class and Description |
---|---|
class |
SlidingWindowSumBolt
Computes sliding window sum
|
Modifier and Type | Interface and Description |
---|---|
interface |
IStatefulWindowedBolt<T extends State>
A windowed bolt abstraction for supporting windowing operation with state
|
Modifier and Type | Method and Description |
---|---|
BoltDeclarer |
TopologyBuilder.setBolt(String id,
IWindowedBolt bolt)
Define a new bolt in this topology.
|
BoltDeclarer |
TopologyBuilder.setBolt(String id,
IWindowedBolt bolt,
Number parallelism_hint)
Define a new bolt in this topology.
|
Constructor and Description |
---|
WindowedBoltExecutor(IWindowedBolt bolt) |
Modifier and Type | Class and Description |
---|---|
class |
BaseStatefulWindowedBolt<T extends State> |
class |
BaseWindowedBolt |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.