| Package | Description |
|---|---|
| org.apache.flink.streaming.api.windowing.helper |
| Modifier and Type | Method and Description |
|---|---|
static Count |
Count.of(int count)
Specifies a count based eviction (window size) or trigger policy (slide
size).
|
Count |
Count.startingAt(int startValue)
Sets the initial value of the counter.
|
Count |
Count.withDelete(int deleteOnEviction)
Sets the number of elements deleted at each eviction (i.e when the number
elements exceeds the window size).
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.