|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.view.window.RelativeAccessByEventNIndexMap
public class RelativeAccessByEventNIndexMap
Provides random-access into window contents by event and index as a combination.
Constructor Summary | |
---|---|
RelativeAccessByEventNIndexMap()
|
Method Summary | |
---|---|
IStreamRelativeAccess |
getAccessor(EventBean theEvent)
Returns the access into window contents given an event. |
void |
updated(IStreamRelativeAccess iStreamRelativeAccess,
EventBean[] newData)
Callback to indicate an update. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelativeAccessByEventNIndexMap()
Method Detail |
---|
public void updated(IStreamRelativeAccess iStreamRelativeAccess, EventBean[] newData)
IStreamRelativeAccess.IStreamRelativeAccessUpdateObserver
updated
in interface IStreamRelativeAccess.IStreamRelativeAccessUpdateObserver
iStreamRelativeAccess
- is the collectionnewData
- is the new data availablepublic IStreamRelativeAccess getAccessor(EventBean theEvent)
theEvent
- to which the method returns relative access from
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |