Class HgkvFileReaderImpl
- java.lang.Object
-
- org.apache.hugegraph.computer.core.store.file.hgkvfile.reader.HgkvFileReaderImpl
-
- All Implemented Interfaces:
KvEntryFileReader
public class HgkvFileReaderImpl extends java.lang.Object implements KvEntryFileReader
-
-
Constructor Summary
Constructors Constructor Description HgkvFileReaderImpl(java.lang.String path, boolean withSubKv)HgkvFileReaderImpl(java.lang.String path, boolean useInlinePointer, boolean withSubKv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryIteratoriterator()
-
-
-
Constructor Detail
-
HgkvFileReaderImpl
public HgkvFileReaderImpl(java.lang.String path, boolean useInlinePointer, boolean withSubKv) throws java.io.IOException- Throws:
java.io.IOException
-
HgkvFileReaderImpl
public HgkvFileReaderImpl(java.lang.String path, boolean withSubKv) throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Detail
-
iterator
public EntryIterator iterator()
- Specified by:
iteratorin interfaceKvEntryFileReader
-
-