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 interface
EmbeddedStorageManager
StorageManager
sub type for usage as an embedded storage solution.interface
StorageManager
Central 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 class
EmbeddedStorageManager.Default
static class
StorageConnection.Default
Methods 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 passedStorageConnection
by callingissueFullGarbageCollection()
issueFullFileCheck()
issueFullCacheCheck(StorageEntityCacheEvaluator)
in that order.Methods in one.microstream.storage.types that return StorageConnection Modifier and Type Method Description StorageConnection
EmbeddedStorageManager.Default. createConnection()
StorageConnection
StorageManager. createConnection()
Creates a newStorageConnection
instance.StorageConnection
EmbeddedStorageConnectionFoundation. createStorageConnection()
StorageConnection
EmbeddedStorageConnectionFoundation.Default. createStorageConnection()
static StorageConnection
StorageConnection. New(PersistenceManager<Binary> persistenceManager, StorageRequestAcceptor connectionRequestAcceptor)