Class DefaultKvEntry
- java.lang.Object
-
- org.apache.hugegraph.computer.core.store.entry.AbstractKvEntry
-
- org.apache.hugegraph.computer.core.store.entry.DefaultKvEntry
-
- Direct Known Subclasses:
KvEntryWithFirstSubKv
public class DefaultKvEntry extends AbstractKvEntry
-
-
Field Summary
-
Fields inherited from class org.apache.hugegraph.computer.core.store.entry.AbstractKvEntry
key, value
-
-
Constructor Summary
Constructors Constructor Description DefaultKvEntry(Pointer key, Pointer value)DefaultKvEntry(Pointer key, Pointer value, long numSubEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longnumSubEntries()-
Methods inherited from class org.apache.hugegraph.computer.core.store.entry.AbstractKvEntry
compareTo, key, value
-
-