java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeNullBucketV1<V>

public final class OSBTreeNullBucketV1<V> 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)