Interface InnerSortFlusher

    • Method Detail

      • output

        default org.apache.hugegraph.computer.core.io.RandomAccessOutput output()
        Flush result to this output.
      • combiner

        default PointerCombiner combiner()
        Combine entries with the same key.
      • flush

        void flush​(java.util.Iterator<KvEntry> entries)
            throws java.io.IOException
        Combine the list of inputValues, and write the combined result length and results to output.
        Throws:
        java.io.IOException