| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations
on data streams.
|
| org.apache.flink.streaming.runtime.operators.windowing.buffers |
| Class and Description |
|---|
| EvictingWindowBuffer
A
WindowBuffer that can also evict elements from the buffer. |
| WindowBuffer
A
WindowBuffer is used by
WindowOperator to store
the elements of one pane. |
| WindowBufferFactory
A factory for
WindowBuffers. |
| Class and Description |
|---|
| EvictingWindowBuffer
A
WindowBuffer that can also evict elements from the buffer. |
| FoldingWindowBuffer
An
WindowBuffer that stores elements on the Java Heap. |
| ListWindowBuffer
An
EvictingWindowBuffer that stores elements on the Java Heap. |
| ReducingWindowBuffer
An
WindowBuffer that stores elements on the Java Heap. |
| WindowBuffer
A
WindowBuffer is used by
WindowOperator to store
the elements of one pane. |
| WindowBufferFactory
A factory for
WindowBuffers. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.