Class CellBTreeNullBucketSingleValueV1

java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1.CellBTreeNullBucketSingleValueV1

public final class CellBTreeNullBucketSingleValueV1 extends ODurablePage
Bucket which is intended to save values stored in sbtree under null key. Bucket has following layout:
  1. First byte is flag which indicates presence of value in bucket
  2. Second byte indicates whether value is presented by link to the "bucket list" where actual value is stored or real value passed be user.
  3. The rest is serialized value whether link or passed in value.
Since:
4/15/14
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com)
  • Constructor Details

    • CellBTreeNullBucketSingleValueV1

      public CellBTreeNullBucketSingleValueV1(OCacheEntry cacheEntry)
  • Method Details

    • init

      public void init()
    • setValue

      public void setValue(ORID value)
    • getValue

      public ORID getValue()
    • removeValue

      public void removeValue()