Class KvEntryWriterImpl
- java.lang.Object
-
- org.apache.hugegraph.computer.core.store.entry.KvEntryWriterImpl
-
- All Implemented Interfaces:
KvEntryWriter
public class KvEntryWriterImpl extends java.lang.Object implements KvEntryWriter
-
-
Constructor Summary
Constructors Constructor Description KvEntryWriterImpl(org.apache.hugegraph.computer.core.io.RandomAccessOutput output, boolean needSort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteFinish()voidwriteSubKv(org.apache.hugegraph.computer.core.io.Writable subKey, org.apache.hugegraph.computer.core.io.Writable subValue)
-
-
-
Method Detail
-
writeSubKv
public void writeSubKv(org.apache.hugegraph.computer.core.io.Writable subKey, org.apache.hugegraph.computer.core.io.Writable subValue) throws java.io.IOException- Specified by:
writeSubKvin interfaceKvEntryWriter- Throws:
java.io.IOException
-
writeFinish
public void writeFinish() throws java.io.IOException- Specified by:
writeFinishin interfaceKvEntryWriter- Throws:
java.io.IOException
-
-