| Interface | Description |
|---|---|
| EvictingWindowBuffer<T> |
A
WindowBuffer that can also evict elements from the buffer. |
| WindowBuffer<T> |
A
WindowBuffer is used by
WindowOperator to store
the elements of one pane. |
| WindowBufferFactory<T,B extends WindowBuffer<T>> |
A factory for
WindowBuffers. |
| Class | Description |
|---|---|
| HeapWindowBuffer<T> |
An
EvictingWindowBuffer that stores elements on the Java Heap. |
| HeapWindowBuffer.Factory<T> | |
| PreAggregatingHeapWindowBuffer<T> |
An
WindowBuffer that stores elements on the Java Heap. |
| PreAggregatingHeapWindowBuffer.Factory<T> |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.