public class BasicWindowBuffer<T> extends WindowBuffer<T>
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<T> |
buffer |
emitEmpty, emitPerGroup, nextID, sequentialID| Constructor and Description |
|---|
BasicWindowBuffer() |
| Modifier and Type | Method and Description |
|---|---|
BasicWindowBuffer<T> |
clone() |
void |
emitWindow(org.apache.flink.util.Collector<StreamWindow<T>> collector) |
void |
evict(int n) |
void |
store(T element) |
String |
toString() |
createEmptyWindow, emitEmpty, sequentialIDprotected LinkedList<T> buffer
public void emitWindow(org.apache.flink.util.Collector<StreamWindow<T>> collector)
emitWindow in class WindowBuffer<T>public void store(T element) throws Exception
store in class WindowBuffer<T>Exceptionpublic void evict(int n)
evict in class WindowBuffer<T>public BasicWindowBuffer<T> clone()
clone in class WindowBuffer<T>Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.