Class EntriesUtil
- java.lang.Object
-
- org.apache.hugegraph.computer.core.store.entry.EntriesUtil
-
public final class EntriesUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntriesUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.hugegraph.computer.core.io.BytesInputinputFromOutput(org.apache.hugegraph.computer.core.io.BytesOutput output)static KvEntrykvEntryFromInput(org.apache.hugegraph.computer.core.io.RandomAccessInput input, boolean useInlinePointer, boolean valueWithSubKv)static KvEntrykvEntryFromInput(org.apache.hugegraph.computer.core.io.RandomAccessInput input, org.apache.hugegraph.computer.core.io.RandomAccessInput userAccessInput, boolean useInlinePointer, boolean valueWithSubKv)static KvEntryWithFirstSubKvkvEntryWithFirstSubKv(KvEntry entry)static KvEntrysubKvEntryFromInput(org.apache.hugegraph.computer.core.io.RandomAccessInput input, boolean useInlinePointer)static KvEntrysubKvEntryFromInput(org.apache.hugegraph.computer.core.io.RandomAccessInput input, org.apache.hugegraph.computer.core.io.RandomAccessInput userAccessInput, boolean useInlinePointer)static EntryIteratorsubKvIterFromEntry(KvEntry entry)
-
-
-
Method Detail
-
kvEntryFromInput
public static KvEntry kvEntryFromInput(org.apache.hugegraph.computer.core.io.RandomAccessInput input, org.apache.hugegraph.computer.core.io.RandomAccessInput userAccessInput, boolean useInlinePointer, boolean valueWithSubKv)
-
kvEntryFromInput
public static KvEntry kvEntryFromInput(org.apache.hugegraph.computer.core.io.RandomAccessInput input, boolean useInlinePointer, boolean valueWithSubKv)
-
subKvEntryFromInput
public static KvEntry subKvEntryFromInput(org.apache.hugegraph.computer.core.io.RandomAccessInput input, org.apache.hugegraph.computer.core.io.RandomAccessInput userAccessInput, boolean useInlinePointer)
-
subKvEntryFromInput
public static KvEntry subKvEntryFromInput(org.apache.hugegraph.computer.core.io.RandomAccessInput input, boolean useInlinePointer)
-
kvEntryWithFirstSubKv
public static KvEntryWithFirstSubKv kvEntryWithFirstSubKv(KvEntry entry)
-
inputFromOutput
public static org.apache.hugegraph.computer.core.io.BytesInput inputFromOutput(org.apache.hugegraph.computer.core.io.BytesOutput output)
-
subKvIterFromEntry
public static EntryIterator subKvIterFromEntry(KvEntry entry)
-
-