Class CellBTreeMultiValueV2Bucket.LeafEntry

java.lang.Object
com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2.CellBTreeMultiValueV2Bucket.Entry
com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2.CellBTreeMultiValueV2Bucket.LeafEntry
Enclosing class:
CellBTreeMultiValueV2Bucket<K>

public static final class CellBTreeMultiValueV2Bucket.LeafEntry extends CellBTreeMultiValueV2Bucket.Entry
  • Field Details

    • mId

      public final long mId
    • values

      public final List<ORID> values
    • entriesCount

      public final int entriesCount
  • Constructor Details

    • LeafEntry

      public LeafEntry(byte[] key, long mId, List<ORID> values, int entriesCount)