Class OBonsaiBucketPointer
java.lang.Object
com.orientechnologies.orient.core.storage.index.sbtreebonsai.local.OBonsaiBucketPointer
A pointer to bucket in disk page. Defines the page and the offset in page where the bucket is
placed. Is immutable.
- Author:
- Artem Orobets (enisher-at-gmail.com)
-
Field Details
-
SIZE
public static final int SIZE- See Also:
-
NULL
-
-
Constructor Details
-
OBonsaiBucketPointer
public OBonsaiBucketPointer(long pageIndex, int pageOffset)
-
-
Method Details