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 interfaceEmbeddedStorageManagerStorageManagersub type for usage as an embedded storage solution.interfaceStorageManagerCentral managing type of a native Java database's storage layer.interfaceStorageSystemClasses in one.microstream.storage.types that implement StorageController Modifier and Type Class Description static classEmbeddedStorageManager.Defaultstatic classStorageSystem.DefaultMethods in one.microstream.storage.types that return StorageController Modifier and Type Method Description StorageControllerStorageController. start()"Starts" the storage controlled by thisStorageControllerinstance, 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.