See: Description
Interface | Description |
---|---|
IStreamSortRankRandomAccess |
Provides random access into a rank-window's data.
|
Class | Description |
---|---|
IStreamSortRankRandomAccessImpl |
Provides random access into a rank-window's data.
|
RankWindowIterator |
Iterator for use by
RankWindowView . |
RankWindowView |
Window sorting by values in the specified field extending a specified number of elements
from the lowest value up or the highest value down and retaining only the last unique value per key.
|
RankWindowViewFactory |
Factory for rank window views.
|
SortWindowIterator |
Iterator for use by
SortWindowView . |
SortWindowView |
Window sorting by values in the specified field extending a specified number of elements
from the lowest value up or the highest value down.
|
SortWindowViewFactory |
Factory for sort window views.
|
TimeOrderView |
Window retaining timestamped events up to a given number of seconds such that
older events that arrive later are sorted into the window and released in timestamp order.
|
TimeOrderViewFactory |
Factory for views for time-ordering events.
|
TimeToLiveViewFactory |
Factory for views for time-ordering events.
|
Extension views that providing services such as sorting, which don't fit much into other categories.