Class UnicastCursor

  • All Implemented Interfaces:
    org.h2.index.Cursor

    public class UnicastCursor
    extends Object
    implements org.h2.index.Cursor
    Simple cursor from a single node.
    • Constructor Detail

      • UnicastCursor

        public UnicastCursor​(int rangeId,
                             RangeStream stream)
        Parameters:
        rangeId - Range ID.
        stream - Stream.
    • Method Detail

      • next

        public boolean next()
        Specified by:
        next in interface org.h2.index.Cursor
      • get

        public org.h2.result.Row get()
        Specified by:
        get in interface org.h2.index.Cursor
      • getSearchRow

        public org.h2.result.SearchRow getSearchRow()
        Specified by:
        getSearchRow in interface org.h2.index.Cursor
      • previous

        public boolean previous()
        Specified by:
        previous in interface org.h2.index.Cursor