Uses of Interface
one.microstream.storage.types.StorageController
-
Packages that use 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 interfaceStorageManagerCentral managing type for a native Java database's storage layer.interfaceStorageSystemClasses in one.microstream.storage.types that implement StorageController Modifier and Type Class Description static 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.
-