Class Cursor
java.lang.Object
com.espertech.esper.common.internal.epl.join.rep.Cursor
This class supplies position information for
LookupInstructionExec
to use for iterating over events for lookup.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNode()
Returns current result node the event belong to.int
Returns current stream the event belongs to.Supplies current event.
-
Constructor Details
-
Cursor
Ctor.- Parameters:
theEvent
- is the current eventstream
- is the current streamnode
- is the node containing the set of events to which the event belongs to
-
-
Method Details
-
getTheEvent
Supplies current event.- Returns:
- event
-
getStream
public int getStream()Returns current stream the event belongs to.- Returns:
- stream number for event
-
getNode
Returns current result node the event belong to.- Returns:
- result node of event
-