Class KvEntryReaderImpl
- java.lang.Object
-
- org.apache.hugegraph.computer.core.store.entry.KvEntryReaderImpl
-
- All Implemented Interfaces:
KvEntryReader
public class KvEntryReaderImpl extends java.lang.Object implements KvEntryReader
-
-
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 booleanhasRemaining()voidreadSubKv(org.apache.hugegraph.computer.core.io.Readable subKey, org.apache.hugegraph.computer.core.io.Readable subValue)
-
-
-
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:
readSubKvin interfaceKvEntryReader- Throws:
java.io.IOException
-
hasRemaining
public boolean hasRemaining() throws java.io.IOException- Specified by:
hasRemainingin interfaceKvEntryReader- Throws:
java.io.IOException
-
-