Uses of Interface
one.microstream.storage.types.StorageController
Package | Description |
---|---|
one.microstream.storage.types |
-
Uses of StorageController in one.microstream.storage.types
Subinterfaces of StorageController 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.interface
StorageSystem
Classes in one.microstream.storage.types that implement StorageController Modifier and Type Class Description static class
EmbeddedStorageManager.Default
static class
StorageSystem.Default
Methods in one.microstream.storage.types that return StorageController Modifier and Type Method Description StorageController
StorageController. start()
"Starts" the storage controlled by thisStorageController
instance, with "starting" meaning:
Reading, indexing and potentially caching all the persisted data in the storage. Starting storage managing threads to execute requests like storing, loading and issued utility functions.