Uses of Interface
one.microstream.storage.types.StorageConnection
-
Packages that use StorageConnection Package Description one.microstream.storage.types -
-
Uses of StorageConnection in one.microstream.storage.types
Subinterfaces of StorageConnection in one.microstream.storage.types Modifier and Type Interface Description interfaceStorageManagerCentral managing type for a native Java database's storage layer.Classes in one.microstream.storage.types that implement StorageConnection Modifier and Type Class Description static classStorageConnection.DefaultMethods in one.microstream.storage.types with type parameters of type StorageConnection Modifier and Type Method Description static <C extends StorageConnection>
CStorage. consolidate(C storageConnection)CallsStorage.consolidate(StorageConnection, StorageEntityCacheEvaluator)with null as additional parameters (causing live configuration to be used instead).static <C extends StorageConnection>
CStorage. consolidate(C storageConnection, StorageEntityCacheEvaluator entityEvaluator)Consolidates the storage system represented by the passedStorageConnectionby calling
issueFullGarbageCollection()
issueFullFileCheck()
issueFullCacheCheck(StorageEntityCacheEvaluator)
in that order.Methods in one.microstream.storage.types that return StorageConnection Modifier and Type Method Description StorageConnectionStorageManager. createConnection()Creates a newStorageConnectioninstance.static StorageConnectionStorageConnection. New(one.microstream.persistence.types.PersistenceManager<Binary> persistenceManager, StorageRequestAcceptor connectionRequestAcceptor)
-