Class CombineKvInnerSortFlusher
- java.lang.Object
-
- org.apache.hugegraph.computer.core.sort.flusher.CombinableSorterFlusher
-
- org.apache.hugegraph.computer.core.sort.flusher.CombineKvInnerSortFlusher
-
- All Implemented Interfaces:
InnerSortFlusher
public class CombineKvInnerSortFlusher extends CombinableSorterFlusher implements InnerSortFlusher
-
-
Constructor Summary
Constructors Constructor Description CombineKvInnerSortFlusher(org.apache.hugegraph.computer.core.io.RandomAccessOutput output, PointerCombiner combiner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwriteKvEntry(KvEntry entry)-
Methods inherited from class org.apache.hugegraph.computer.core.sort.flusher.CombinableSorterFlusher
flush
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hugegraph.computer.core.sort.flusher.InnerSortFlusher
combiner, flush, output
-
-
-
-
Constructor Detail
-
CombineKvInnerSortFlusher
public CombineKvInnerSortFlusher(org.apache.hugegraph.computer.core.io.RandomAccessOutput output, PointerCombiner combiner)
-
-
Method Detail
-
writeKvEntry
protected void writeKvEntry(KvEntry entry) throws java.io.IOException
- Specified by:
writeKvEntryin classCombinableSorterFlusher- Throws:
java.io.IOException
-
-