Factory
Represents a factory interface for creating storage instances. The default implementation is InMemoryStorageFactory which stores data in memory
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun open(allocator: BufferAllocator, memoryCache: MemoryCache, diskCache: DiskCache?, dbName: DatabaseName, meterRegistry: MeterRegistry? = null, storageVersion: StorageVersion = VERSION, remotes: Map<RemoteAlias, Remote> = emptyMap()): BufferPool