| 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<K,MergingWindowSet<W>> |
WindowOperator.mergingWindowsByKey |
| Modifier and Type | Method and Description |
|---|---|
protected MergingWindowSet<W> |
WindowOperator.getMergingWindowSet()
Retrieves the
MergingWindowSet for the currently active key. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.