Uses of Class
com.orientechnologies.common.collection.closabledictionary.OClosableLinkedContainer
Packages that use OClosableLinkedContainer
Package
Description
-
Uses of OClosableLinkedContainer in com.orientechnologies.orient.core.storage.cache.local
Constructors in com.orientechnologies.orient.core.storage.cache.local with parameters of type OClosableLinkedContainerModifierConstructorDescriptionOWOWCache(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 OClosableLinkedContainer in com.orientechnologies.orient.core.storage.disk
Constructors in com.orientechnologies.orient.core.storage.disk with parameters of type OClosableLinkedContainerModifierConstructorDescriptionOLocalPaginatedStorage(String name, String filePath, int id, OReadCache readCache, OClosableLinkedContainer<Long, OFile> files, long walMaxSegSize, long doubleWriteLogMaxSegSize, OrientDBInternal context) -
Uses of OClosableLinkedContainer in com.orientechnologies.orient.core.storage.impl.local.paginated
Fields in com.orientechnologies.orient.core.storage.impl.local.paginated declared as OClosableLinkedContainerModifier and TypeFieldDescriptionprotected OClosableLinkedContainer<Long,OFile> OStorageEnginePaginatedLocal.filesConstructors in com.orientechnologies.orient.core.storage.impl.local.paginated with parameters of type OClosableLinkedContainerModifierConstructorDescriptionOEnterpriseLocalPaginatedStorage(String name, String filePath, int id, OReadCache readCache, OClosableLinkedContainer<Long, OFile> files, long walMaxSize, long doubleWriteLogMaxSize, OrientDBInternal context)