
public class ONullBucket<V> extends ODurablePage
null key. Bucket has following layout:
CRC32_OFFSET, MAGIC_NUMBER_OFFSET, MAX_PAGE_SIZE_BYTES, NEXT_FREE_POSITION, WAL_POSITION_OFFSET, WAL_SEGMENT_OFFSET| Constructor and Description |
|---|
ONullBucket(OCacheEntry cacheEntry,
OBinarySerializer<V> valueSerializer,
boolean isNew) |
| Modifier and Type | Method and Description |
|---|---|
OSBTreeValue<V> |
getValue() |
void |
removeValue() |
void |
setValue(OSBTreeValue<V> value) |
deserializeFromDirectMemory, getBinaryValue, getByteValue, getChanges, getIntValue, getLogSequenceNumber, getLogSequenceNumberFromPage, getLongValue, getLsn, getObjectSizeInDirectMemory, getPageData, getShortValue, moveData, restoreChanges, setBinaryValue, setByteValue, setIntValue, setLongValue, setLsn, setShortValue, toStringpublic ONullBucket(OCacheEntry cacheEntry, OBinarySerializer<V> valueSerializer, boolean isNew)
public void setValue(OSBTreeValue<V> value) throws IOException
IOExceptionpublic OSBTreeValue<V> getValue()
public void removeValue()
Copyright © 2009–2025 OrientDB. All rights reserved.