Class CombineKvOuterSortFlusher

    • Constructor Detail

      • CombineKvOuterSortFlusher

        public CombineKvOuterSortFlusher​(PointerCombiner combiner)
    • Method Detail

      • flush

        public void flush​(EntryIterator entries,
                          KvEntryFileWriter writer)
                   throws java.io.IOException
        Description copied from interface: OuterSortFlusher
        Combine the list of inputValues, and write the inputKey and combined result length and results to HgkvDirWriter. The caller maybe needs to call the sources method before call this method.
        Specified by:
        flush in interface OuterSortFlusher
        Throws:
        java.io.IOException