java.lang.Object
com.espertech.esper.common.internal.epl.join.rep.Cursor

public class Cursor extends Object
This class supplies position information for LookupInstructionExec to use for iterating over events for lookup.
  • Constructor Details

    • Cursor

      public Cursor(EventBean theEvent, int stream, Node node)
      Ctor.
      Parameters:
      theEvent - is the current event
      stream - is the current stream
      node - is the node containing the set of events to which the event belongs to
  • Method Details

    • getTheEvent

      public EventBean getTheEvent()
      Supplies current event.
      Returns:
      event
    • getStream

      public int getStream()
      Returns current stream the event belongs to.
      Returns:
      stream number for event
    • getNode

      public Node getNode()
      Returns current result node the event belong to.
      Returns:
      result node of event