| 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 | Field and Description |
|---|---|
protected Map<W,NonKeyedWindowOperator.Context> |
NonKeyedWindowOperator.windows
The windows (panes) that are currently in-flight.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NonKeyedWindowOperator.emitWindow(NonKeyedWindowOperator.Context context) |
protected void |
EvictingNonKeyedWindowOperator.emitWindow(NonKeyedWindowOperator.Context context) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.