Class KvEntryReaderImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      KvEntryReaderImpl​(org.apache.hugegraph.computer.core.io.RandomAccessInput input)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasRemaining()  
      void readSubKv​(org.apache.hugegraph.computer.core.io.Readable subKey, org.apache.hugegraph.computer.core.io.Readable subValue)  
      • Methods inherited from class java.lang.Object

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

      • KvEntryReaderImpl

        public KvEntryReaderImpl​(org.apache.hugegraph.computer.core.io.RandomAccessInput input)
    • Method Detail

      • readSubKv

        public void readSubKv​(org.apache.hugegraph.computer.core.io.Readable subKey,
                              org.apache.hugegraph.computer.core.io.Readable subValue)
                       throws java.io.IOException
        Specified by:
        readSubKv in interface KvEntryReader
        Throws:
        java.io.IOException
      • hasRemaining

        public boolean hasRemaining()
                             throws java.io.IOException
        Specified by:
        hasRemaining in interface KvEntryReader
        Throws:
        java.io.IOException