Package | Description |
---|---|
org.apache.storm.bolt | |
org.apache.storm.starter.bolt | |
org.apache.storm.topology | |
org.apache.storm.windowing |
Modifier and Type | Method and Description |
---|---|
void |
JoinBolt.execute(TupleWindow inputWindow) |
Modifier and Type | Method and Description |
---|---|
void |
SlidingWindowSumBolt.execute(TupleWindow inputWindow) |
Modifier and Type | Method and Description |
---|---|
void |
IWindowedBolt.execute(TupleWindow inputWindow)
Process the tuple window and optionally emit new tuples based on the tuples in the input window.
|
Modifier and Type | Class and Description |
---|---|
class |
TupleWindowImpl
Holds the expired, new and current tuples in a window.
|
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.