Modifier and Type | Class and Description |
---|---|
class |
JoinBolt |
Modifier and Type | Class and Description |
---|---|
class |
TestWindowBolt |
Modifier and Type | Class and Description |
---|---|
class |
TimeDataVerificationBolt |
class |
VerificationBolt |
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 parallelismHint)
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 © 2023 The Apache Software Foundation. All rights reserved.