Class OHashIndexFileLevelMetadataPage

java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
com.orientechnologies.orient.core.storage.index.hashindex.local.v3.OHashIndexFileLevelMetadataPage

public final class OHashIndexFileLevelMetadataPage extends ODurablePage
Since:
5/8/14
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com)
  • Method Details

    • getKeySerializerId

      public byte getKeySerializerId() throws IOException
      Throws:
      IOException
    • getValueSerializerId

      public byte getValueSerializerId() throws IOException
      Throws:
      IOException
    • setFileMetadata

      public void setFileMetadata(int index, long fileId, long bucketsCount, long tombstoneIndex)
    • setBucketsCount

      public void setBucketsCount(int index, long bucketsCount)
    • getBucketsCount

      public long getBucketsCount(int index)
    • setTombstoneIndex

      public void setTombstoneIndex(int index, long tombstoneIndex)
    • getTombstoneIndex

      public long getTombstoneIndex(int index)
    • getFileId

      public long getFileId(int index)
    • remove

      public void remove(int index)