Class KvEntryWriterImpl

    • 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
      void writeFinish()  
      void writeSubKv​(org.apache.hugegraph.computer.core.io.Writable subKey, org.apache.hugegraph.computer.core.io.Writable subValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KvEntryWriterImpl

        public KvEntryWriterImpl​(org.apache.hugegraph.computer.core.io.RandomAccessOutput output,
                                 boolean needSort)
    • 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:
        writeSubKv in interface KvEntryWriter
        Throws:
        java.io.IOException
      • writeFinish

        public void writeFinish()
                         throws java.io.IOException
        Specified by:
        writeFinish in interface KvEntryWriter
        Throws:
        java.io.IOException