Interface RelativeAccessByEventNIndex
- All Known Implementing Classes:
IStreamRelativeAccess
,PriorEventBufferMulti
,PriorEventBufferSingle
,PriorEventViewRelAccess
public interface RelativeAccessByEventNIndex
Provides access to prior events given an event from which to count back, and an index to look at.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRelativeToEnd
(int index) getRelativeToEvent
(EventBean theEvent, int index) Returns the prior event to the given event counting back the number of events as supplied by index.int
-
Field Details
-
EPTYPE
-
-
Method Details
-
getRelativeToEvent
Returns the prior event to the given event counting back the number of events as supplied by index.- Parameters:
theEvent
- is the event to count back fromindex
- is the number of events to go back- Returns:
- event
-
getRelativeToEnd
-
getWindowToEvent
-
getWindowToEventCollReadOnly
Collection<EventBean> getWindowToEventCollReadOnly() -
getWindowToEventCount
int getWindowToEventCount()
-