
public final class OHashIndexFileLevelMetadataPage extends ODurablePage
CRC32_OFFSET, MAGIC_NUMBER_OFFSET, MAX_PAGE_SIZE_BYTES, NEXT_FREE_POSITION, WAL_POSITION_OFFSET, WAL_SEGMENT_OFFSET| Modifier and Type | Method and Description |
|---|---|
long |
getBucketsCount(int index) |
long |
getFileId(int index) |
byte |
getKeySerializerId() |
long |
getTombstoneIndex(int index) |
byte |
getValueSerializerId() |
void |
remove(int index) |
void |
setBucketsCount(int index,
long bucketsCount) |
void |
setFileMetadata(int index,
long fileId,
long bucketsCount,
long tombstoneIndex) |
void |
setTombstoneIndex(int index,
long tombstoneIndex) |
deserializeFromDirectMemory, getBinaryValue, getBinaryValueBuffer, getByteValue, getCacheEntry, getChanges, getIntValue, getLogSequenceNumber, getLogSequenceNumberFromPage, getLongValue, getLSN, getObjectSizeInDirectMemory, getPageData, getShortValue, moveData, restoreChanges, setBinaryValue, setBinaryValue, setByteValue, setIntValue, setLongValue, setLsn, setPageLSN, setShortValue, toStringpublic byte getKeySerializerId()
throws IOException
IOExceptionpublic byte getValueSerializerId()
throws IOException
IOExceptionpublic void setFileMetadata(int index,
long fileId,
long bucketsCount,
long tombstoneIndex)
public void setBucketsCount(int index,
long bucketsCount)
public long getBucketsCount(int index)
public void setTombstoneIndex(int index,
long tombstoneIndex)
public long getTombstoneIndex(int index)
public long getFileId(int index)
public void remove(int index)
Copyright © 2009–2025 OrientDB. All rights reserved.