Class CachedPointer
- java.lang.Object
-
- org.apache.hugegraph.computer.core.store.entry.CachedPointer
-
-
Constructor Summary
Constructors Constructor Description CachedPointer(org.apache.hugegraph.computer.core.io.RandomAccessInput input, long offset, 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)
-