Class SubKvEntriesInput
- java.lang.Object
-
- org.apache.hugegraph.computer.core.store.buffer.SubKvEntriesInput
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.util.Iterator<KvEntry>,EntryIterator,org.apache.hugegraph.iterator.CIter<KvEntry>,org.apache.hugegraph.iterator.Metadatable
public class SubKvEntriesInput extends java.lang.Object implements EntryIterator
-
-
Constructor Summary
Constructors Constructor Description SubKvEntriesInput(KvEntry kvEntry)SubKvEntriesInput(KvEntry kvEntry, boolean useInlinePointer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()KvEntrynext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hugegraph.computer.core.store.EntryIterator
metadata
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<KvEntry>
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
-