Uses of Class
com.orientechnologies.common.directmemory.OByteBufferPool
Packages that use OByteBufferPool
Package
Description
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OByteBufferPool in com.orientechnologies.common.directmemory
Methods in com.orientechnologies.common.directmemory that return OByteBufferPoolModifier and TypeMethodDescriptionstatic OByteBufferPoolOByteBufferPool.getInstanceIfExists()static 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) -
Uses of OByteBufferPool in com.orientechnologies.orient.core.storage.disk
Constructors in com.orientechnologies.orient.core.storage.disk with parameters of type OByteBufferPoolModifierConstructorDescriptionOLocalPaginatedStorage(String name, String filePath, int id, OReadCache readCache, OClosableLinkedContainer<Long, OFile> files, long walMaxSegSize, long doubleWriteLogMaxSegSize, OrientDBInternal context, OByteBufferPool pool) -
Uses of OByteBufferPool in com.orientechnologies.orient.core.storage.impl.local
Fields in com.orientechnologies.orient.core.storage.impl.local declared as OByteBufferPoolModifier and TypeFieldDescriptionprotected final OByteBufferPoolOAbstractPaginatedStorage.memoryPoolConstructors in com.orientechnologies.orient.core.storage.impl.local with parameters of type OByteBufferPoolModifierConstructorDescriptionOAbstractPaginatedStorage(String name, String filePath, int id, OrientDBInternal context, OByteBufferPool pool) -
Uses of OByteBufferPool in com.orientechnologies.orient.core.storage.impl.local.paginated
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated with parameters of type OByteBufferPoolModifier and TypeMethodDescriptionprotected OLocalPaginatedStorageOStorageEnginePaginatedLocal.newLocalInstance(OrientDBInternal context, String name, Path path, OByteBufferPool pool) protected OLocalPaginatedStorageOStorageEnginePaginatedLocalEngerprise.newLocalInstance(OrientDBInternal context, String name, Path path, OByteBufferPool pool) Constructors in com.orientechnologies.orient.core.storage.impl.local.paginated with parameters of type OByteBufferPoolModifierConstructorDescriptionOEnterpriseLocalPaginatedStorage(String name, String filePath, int id, OReadCache readCache, OClosableLinkedContainer<Long, OFile> files, long walMaxSize, long doubleWriteLogMaxSize, OrientDBInternal context, OByteBufferPool pool) -
Uses of OByteBufferPool in com.orientechnologies.orient.core.storage.memory
Methods in com.orientechnologies.orient.core.storage.memory with parameters of type OByteBufferPoolModifier and TypeMethodDescriptionMemoryFile.addNewPage(OReadCache readCache, OByteBufferPool bufferPool) Constructors in com.orientechnologies.orient.core.storage.memory with parameters of type OByteBufferPoolModifierConstructorDescriptionODirectMemoryStorage(String name, String filePath, int id, OrientDBInternal context, OByteBufferPool pool)