Class NodeCursorIterator

java.lang.Object
com.espertech.esper.common.internal.epl.join.rep.NodeCursorIterator
All Implemented Interfaces:
Iterator<Cursor>

public class NodeCursorIterator extends Object implements Iterator<Cursor>
Iterator over a set of nodes supplying node and event-within-node position information in a Cursor.
  • Constructor Details

    • NodeCursorIterator

      public NodeCursorIterator(int stream, Iterator<Node> nodeIterator)
      Ctor.
      Parameters:
      stream - is the stream that the events in the Node belong to
      nodeIterator - is the iterator over all nodes to position over
  • Method Details