| Package | Description |
|---|---|
| org.gridgain.grid.streamer.window |
Contains streamer window implementations.
|
| Modifier and Type | Method and Description |
|---|---|
protected GridStreamerWindowIterator<E> |
GridStreamerBoundedTimeWindow.iterator0()
Returns an iterator over a set of elements of type T without check for iteration limit.
|
protected GridStreamerWindowIterator<E> |
GridStreamerUnboundedWindow.iterator0()
Returns an iterator over a set of elements of type T without check for iteration limit.
|
protected GridStreamerWindowIterator<E> |
GridStreamerBoundedTimeBatchWindow.iterator0()
Returns an iterator over a set of elements of type T without check for iteration limit.
|
protected GridStreamerWindowIterator<E> |
GridStreamerBoundedSizeBatchWindow.iterator0()
Returns an iterator over a set of elements of type T without check for iteration limit.
|
protected abstract GridStreamerWindowIterator<E> |
GridStreamerWindowAdapter.iterator0()
Returns an iterator over a set of elements of type T without check for iteration limit.
|
GridStreamerWindowIterator<E> |
GridStreamerBoundedSizeWindow.iteratorInternal(Collection<E> col,
Set<E> set,
AtomicInteger size)
Creates iterator based on implementation collection type.
|
protected GridStreamerWindowIterator<E> |
GridStreamerBoundedSizeSortedWindow.iteratorInternal(Collection<org.gridgain.grid.streamer.window.GridStreamerBoundedSizeSortedWindow.Holder<E>> col,
Set<E> set,
AtomicInteger size)
Creates iterator based on implementation collection type.
|
Copyright © 2014. All rights reserved.