|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStreamSortedRandomAccess | |
---|---|
net.esper.view.ext | Extension views that providing services such as sorting, which don't fit much into other categories. |
net.esper.view.window | Window views are in this package |
Uses of IStreamSortedRandomAccess in net.esper.view.ext |
---|
Methods in net.esper.view.ext that return IStreamSortedRandomAccess | |
---|---|
protected IStreamSortedRandomAccess |
SortWindowView.getOptionalSortedRandomAccess()
Returns the friend handling the random access, cal be null if not required. |
Methods in net.esper.view.ext with parameters of type IStreamSortedRandomAccess | |
---|---|
void |
IStreamSortedRandomAccess.IStreamRandomAccessUpdateObserver.updated(IStreamSortedRandomAccess iStreamSortedRandomAccess)
Callback to indicate an update |
Constructors in net.esper.view.ext with parameters of type IStreamSortedRandomAccess | |
---|---|
SortWindowView(SortWindowViewFactory sortWindowViewFactory,
String[] sortFieldNames,
Boolean[] descendingValues,
int sortWindowSize,
IStreamSortedRandomAccess optionalSortedRandomAccess)
Ctor. |
Uses of IStreamSortedRandomAccess in net.esper.view.window |
---|
Methods in net.esper.view.window with parameters of type IStreamSortedRandomAccess | |
---|---|
void |
RandomAccessByIndexGetter.updated(IStreamSortedRandomAccess iStreamSortedRandomAccess)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |