Uses of Interface
one.microstream.storage.types.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 interfaceEmbeddedStorageManagerStorageManagersub type for usage as an embedded storage solution.interfaceStorageManagerCentral managing type of a native Java database's storage layer.Classes in one.microstream.storage.types that implement StorageConnection Modifier and Type Class Description static classEmbeddedStorageManager.Defaultstatic 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 callingissueFullGarbageCollection()
issueFullFileCheck()
issueFullCacheCheck(StorageEntityCacheEvaluator)
in that order.Methods in one.microstream.storage.types that return StorageConnection Modifier and Type Method Description StorageConnectionEmbeddedStorageManager.Default. createConnection()StorageConnectionStorageManager. createConnection()Creates a newStorageConnectioninstance.StorageConnectionEmbeddedStorageConnectionFoundation. createStorageConnection()StorageConnectionEmbeddedStorageConnectionFoundation.Default. createStorageConnection()static StorageConnectionStorageConnection. New(PersistenceManager<Binary> persistenceManager, StorageRequestAcceptor connectionRequestAcceptor)