Class InlinePointer
- java.lang.Object
-
- org.apache.hugegraph.computer.core.store.entry.InlinePointer
-
-
Constructor Summary
Constructors Constructor Description InlinePointer(byte[] bytes)InlinePointer(byte[] bytes, long length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]bytes()intcompareTo(Pointer other)org.apache.hugegraph.computer.core.io.RandomAccessInputinput()longlength()longoffset()voidwrite(org.apache.hugegraph.computer.core.io.RandomAccessOutput output)
-