Class CellBTreeMultiValueV2EntryPoint<K>
java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2.CellBTreeMultiValueV2EntryPoint<K>
-
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 TypeMethodDescriptionlongintlongvoidinit()voidsetEntryId(long id) voidsetPagesSize(int pages) voidsetTreeSize(long 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
-
CellBTreeMultiValueV2EntryPoint
-
-
Method Details
-
init
public void init() -
setTreeSize
public void setTreeSize(long size) -
getTreeSize
public long getTreeSize() -
setPagesSize
public void setPagesSize(int pages) -
getPagesSize
public int getPagesSize() -
setEntryId
public void setEntryId(long id) -
getEntryId
public long getEntryId()
-