Uses of Class
com.orientechnologies.common.collection.closabledictionary.OClosableLinkedContainer
Packages that use OClosableLinkedContainer
Package
Description
-
Uses of OClosableLinkedContainer in com.orientechnologies.orient.core.engine.local
Fields in com.orientechnologies.orient.core.engine.local declared as OClosableLinkedContainerModifier and TypeFieldDescriptionprotected final OClosableLinkedContainer<Long,OFile> OEngineLocalPaginated.files -
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)