|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.join.rep.Cursor
public class Cursor
This class supplies position information for LookupInstructionExec
to use for iterating over events for lookup.
Constructor Summary | |
---|---|
Cursor(EventBean theEvent,
int stream,
Node node)
Ctor. |
Method Summary | |
---|---|
Node |
getNode()
Returns current result node the event belong to. |
int |
getStream()
Returns current stream the event belongs to. |
EventBean |
getTheEvent()
Supplies current event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cursor(EventBean theEvent, int stream, Node node)
theEvent
- is the current eventstream
- is the current streamnode
- is the node containing the set of events to which the event belongs toMethod Detail |
---|
public EventBean getTheEvent()
public int getStream()
public Node getNode()
|
© 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 |