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