Class OPaginatedClusterStateV1
java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
com.orientechnologies.orient.core.storage.cluster.v1.OPaginatedClusterStateV1
- Since:
- 20.08.13
- Author:
- Andrey Lomakin (a.lomakin-at-orientdb.com)
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
CRC32_OFFSET, MAGIC_NUMBER_OFFSET, MAX_PAGE_SIZE_BYTES, NEXT_FREE_POSITION, WAL_POSITION_OFFSET, WAL_SEGMENT_OFFSET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetFreeListPage(int index) intintgetSize()voidsetFileSize(int size) voidsetFreeListPage(int index, int pageIndex) voidsetRecordsSize(int recordsSize) voidsetSize(int size) Methods inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
deserializeFromDirectMemory, getBinaryValue, getByteValue, getCacheEntry, getChanges, getIntArray, getIntValue, getLogSequenceNumber, getLogSequenceNumberFromPage, getLongValue, getLSN, getObjectSizeInDirectMemory, getPageData, getPageIndex, getShortValue, moveData, restoreChanges, setBinaryValue, setByteValue, setIntArray, setIntValue, setLongValue, setLsn, setPageLSN, setShortValue, toString
-
Constructor Details
-
OPaginatedClusterStateV1
-
-
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)
-