T - The type of elements that this WindowBuffer can store.public interface EvictingWindowBuffer<T> extends WindowBuffer<T>
WindowBuffer that can also evict elements from the buffer. The order in which
the elements are added is preserved. Elements can only be evicted started from the beginning of
the buffer.| Modifier and Type | Method and Description |
|---|---|
void |
removeElements(int count)
Removes the given number of elements, starting from the beginning.
|
getElements, getUnpackedElements, size, storeElementCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.