Class UnsortedOneWayReducer

  • All Implemented Interfaces:
    Reducer

    public class UnsortedOneWayReducer
    extends UnsortedBaseReducer
    Unsorted one-way merge index.
    • Constructor Detail

      • UnsortedOneWayReducer

        public UnsortedOneWayReducer​(GridKernalContext ctx)
        Constructor.
        Parameters:
        ctx - Context.
    • Method Detail

      • findInStream

        protected org.h2.index.Cursor findInStream​(org.h2.result.SearchRow first,
                                                   org.h2.result.SearchRow last)
        Specified by:
        findInStream in class AbstractReducer
        Parameters:
        first - Row.
        last - Row.
        Returns:
        Cursor over remote streams.