Uses of Class
com.orientechnologies.common.directmemory.OByteBufferPool
Packages that use OByteBufferPool
Package
Description
-
Uses of OByteBufferPool in com.orientechnologies.common.directmemory
Methods in com.orientechnologies.common.directmemory that return OByteBufferPoolModifier and TypeMethodDescriptionstatic OByteBufferPoolOByteBufferPool.instance(OContextConfiguration contextConfiguration) -
Uses of OByteBufferPool in com.orientechnologies.orient.core.storage.cache
Constructors in com.orientechnologies.orient.core.storage.cache with parameters of type OByteBufferPoolModifierConstructorDescriptionOCachePointer(OPointer pointer, OByteBufferPool bufferPool, long fileId, int pageIndex) -
Uses of OByteBufferPool in com.orientechnologies.orient.core.storage.cache.chm
Constructors in com.orientechnologies.orient.core.storage.cache.chm with parameters of type OByteBufferPoolModifierConstructorDescriptionAsyncReadCache(OByteBufferPool bufferPool, long maxCacheSizeInBytes, int pageSize, boolean trackHitRate) -
Uses of OByteBufferPool in com.orientechnologies.orient.core.storage.cache.local
Constructors in com.orientechnologies.orient.core.storage.cache.local with parameters of type OByteBufferPoolModifierConstructorDescriptionOWOWCache(int pageSize, OByteBufferPool bufferPool, OWriteAheadLog writeAheadLog, DoubleWriteLog doubleWriteLog, long pagesFlushInterval, int shutdownTimeout, long exclusiveWriteCacheMaxSize, Path storagePath, String storageName, OBinarySerializer<String> stringSerializer, OClosableLinkedContainer<Long, OFile> files, int id, OChecksumMode checksumMode, byte[] iv, byte[] aesKey, boolean callFsync, ExecutorService executor) -
Uses of OByteBufferPool in com.orientechnologies.orient.core.storage.cache.local.doublewritelog
Methods in com.orientechnologies.orient.core.storage.cache.local.doublewritelog with parameters of type OByteBufferPoolModifier 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)