java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
com.orientechnologies.orient.core.storage.index.hashindex.local.v2.DirectoryPageV2
Direct Known Subclasses:
DirectoryFirstPageV2

public class DirectoryPageV2 extends ODurablePage
Since:
5/14/14
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com)
  • Constructor Details

    • DirectoryPageV2

      public DirectoryPageV2(OCacheEntry cacheEntry)
  • Method Details

    • setMaxLeftChildDepth

      public void setMaxLeftChildDepth(int localNodeIndex, byte maxLeftChildDepth)
    • getMaxLeftChildDepth

      public byte getMaxLeftChildDepth(int localNodeIndex)
    • setMaxRightChildDepth

      public void setMaxRightChildDepth(int localNodeIndex, byte maxRightChildDepth)
    • getMaxRightChildDepth

      public byte getMaxRightChildDepth(int localNodeIndex)
    • setNodeLocalDepth

      public void setNodeLocalDepth(int localNodeIndex, byte nodeLocalDepth)
    • getNodeLocalDepth

      public byte getNodeLocalDepth(int localNodeIndex)
    • setPointer

      public void setPointer(int localNodeIndex, int index, long pointer)
    • getPointer

      public long getPointer(int localNodeIndex, int index)
    • getItemsOffset

      protected int getItemsOffset()