Class OPaginatedClusterStateV0

java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
com.orientechnologies.orient.core.storage.cluster.v0.OPaginatedClusterStateV0

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

    • OPaginatedClusterStateV0

      public OPaginatedClusterStateV0(OCacheEntry cacheEntry)
  • Method Details

    • setSize

      public void setSize(long size)
    • getSize

      public long getSize()
    • setRecordsSize

      public void setRecordsSize(long recordsSize)
    • getRecordsSize

      public long getRecordsSize()
    • setFreeListPage

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

      public long getFreeListPage(int index)