Class OPaginatedClusterStateV1

java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
com.orientechnologies.orient.core.storage.cluster.v1.OPaginatedClusterStateV1

public final class OPaginatedClusterStateV1 extends ODurablePage
Since:
20.08.13
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com)
  • Constructor Details

    • OPaginatedClusterStateV1

      public OPaginatedClusterStateV1(OCacheEntry cacheEntry)
  • Method Details

    • setSize

      public void setSize(int size)
    • getSize

      public int getSize()
    • setRecordsSize

      public void setRecordsSize(int recordsSize)
    • getRecordsSize

      public int getRecordsSize()
    • setFileSize

      public void setFileSize(int size)
    • getFileSize

      public int getFileSize()
    • setFreeListPage

      public void setFreeListPage(int index, int pageIndex)
    • getFreeListPage

      public int getFreeListPage(int index)