Class NormalizedKeyBTreeValue<K>
java.lang.Object
com.orientechnologies.common.concur.resource.OSharedResourceAbstract
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurableComponent
com.orientechnologies.orient.core.storage.index.nkbtree.NormalizedKeyBTreeValue<K>
- All Implemented Interfaces:
NormalizedKeyBTree<K>
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurableComponent
atomicOperationsManager, readCache, storage, writeCacheFields inherited from class com.orientechnologies.common.concur.resource.OSharedResourceAbstract
lock -
Constructor Summary
ConstructorsConstructorDescriptionNormalizedKeyBTreeValue(String name, String dataFileExtension, String nullFileExtension, OAbstractPaginatedStorage storage) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]get(OCompositeKey key) voidput(OCompositeKey key, byte[] value) Methods inherited from class com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurableComponent
addFile, addPage, calculateInsideComponentOperation, deleteFile, executeInsideComponentOperation, getExtension, getFilledUpTo, getFullName, getLockName, getName, isFileExists, loadOrAddPageForWrite, loadPageForRead, loadPageForWrite, openFile, releasePageFromRead, releasePageFromWrite, setName, truncateFile, tryExecuteInsideComponentOperationMethods inherited from class com.orientechnologies.common.concur.resource.OSharedResourceAbstract
acquireExclusiveLock, acquireSharedLock, releaseExclusiveLock, releaseSharedLock
-
Constructor Details
-
NormalizedKeyBTreeValue
public NormalizedKeyBTreeValue(String name, String dataFileExtension, String nullFileExtension, OAbstractPaginatedStorage storage)
-
-
Method Details
-
get
- Specified by:
getin interfaceNormalizedKeyBTree<K>
-
put
- Specified by:
putin interfaceNormalizedKeyBTree<K>
-