Uses of Class
com.orientechnologies.common.directmemory.OPointer
Packages that use OPointer
Package
Description
-
Uses of OPointer in com.orientechnologies.common.directmemory
Methods in com.orientechnologies.common.directmemory that return OPointerModifier and TypeMethodDescriptionfinal OPointerOByteBufferPool.acquireDirect(boolean clear, MemTrace intention) Acquires direct memory buffer with native byte order.Allocates chunk of direct memory of given size.Methods in com.orientechnologies.common.directmemory with parameters of type OPointerModifier and TypeMethodDescriptionvoidODirectMemoryAllocator.deallocate(OPointer pointer) Returns allocated direct memory back to OSfinal voidPut buffer which is not used any more back to the pool or frees direct memory if pool is full.Constructors in com.orientechnologies.common.directmemory with parameters of type OPointerModifierConstructorDescriptionTrackedPointerKey(OPointer referent) TrackedPointerReference(OPointer referent, ReferenceQueue<? super OPointer> q) Constructor parameters in com.orientechnologies.common.directmemory with type arguments of type OPointerModifierConstructorDescriptionTrackedPointerReference(OPointer referent, ReferenceQueue<? super OPointer> q) -
Uses of OPointer in com.orientechnologies.orient.core.storage.cache
Methods in com.orientechnologies.orient.core.storage.cache that return OPointerConstructors in com.orientechnologies.orient.core.storage.cache with parameters of type OPointerModifierConstructorDescriptionOCachePointer(OPointer pointer, OByteBufferPool bufferPool, long fileId, int pageIndex) -
Uses of OPointer in com.orientechnologies.orient.core.storage.cache.local.doublewritelog
Methods in com.orientechnologies.orient.core.storage.cache.local.doublewritelog that return OPointerModifier and TypeMethodDescriptionDoubleWriteLog.loadPage(int fileId, int pageIndex, OByteBufferPool bufferPool) DoubleWriteLogGL.loadPage(int fileId, int pageIndex, OByteBufferPool bufferPool) DoubleWriteLogNoOP.loadPage(int fileId, int pageIndex, OByteBufferPool bufferPool)