| Package | Description |
|---|---|
| com.yahoo.bullet.query | |
| com.yahoo.bullet.windowing |
| Constructor and Description |
|---|
Query(Projection projection,
Expression filter,
Aggregation aggregation,
List<PostAggregation> postAggregations,
Window window,
Long duration)
Constructor that creates the Bullet query.
|
| Modifier and Type | Field and Description |
|---|---|
protected Window |
Scheme.window |
| Constructor and Description |
|---|
AdditiveTumbling(Strategy aggregation,
Window window,
BulletConfig config)
Creates an instance of this windowing scheme with the provided
Strategy and BulletConfig. |
Basic(Strategy aggregation,
Window window,
BulletConfig config)
Creates an instance of this windowing scheme with the provided
Strategy and BulletConfig. |
Scheme(Strategy aggregation,
Window window,
BulletConfig config)
|
SlidingRecord(Strategy aggregation,
Window window,
BulletConfig config)
Creates an instance of this windowing scheme with the provided
Strategy and BulletConfig. |
Tumbling(Strategy aggregation,
Window window,
BulletConfig config)
Creates an instance of this windowing scheme with the provided
Strategy and BulletConfig. |
Copyright © 2021. All rights reserved.