| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations
on data streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EvictingNonKeyedWindowOperator<IN,OUT,W extends Window>
Evicting window operator for non-keyed windows.
|
| Modifier and Type | Method and Description |
|---|---|
NonKeyedWindowOperator<IN,OUT,W> |
NonKeyedWindowOperator.enableSetProcessingTime(boolean setProcessingTime)
When this flag is enabled the current processing time is set as the timestamp of elements
upon arrival.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.