Class HashIndexNullBucketV2<V>
java.lang.Object
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage
com.orientechnologies.orient.core.storage.index.hashindex.local.v2.HashIndexNullBucketV2<V>
- Since:
- 4/25/14
- 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 TypeMethodDescriptionbyte[]getRawValue(OBinarySerializer<V> valueSerializer) getValue(OBinarySerializer<V> valueSerializer) voidinit()voidremoveValue(byte[] prevValue) voidsetValue(byte[] value, byte[] oldValue) 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
-
HashIndexNullBucketV2
-
-
Method Details
-
init
public void init() -
setValue
public void setValue(byte[] value, byte[] oldValue) -
getRawValue
-
getValue
-
removeValue
public void removeValue(byte[] prevValue)
-