Uses of Interface
one.microstream.storage.types.StorageSystem
-
Packages that use StorageSystem Package Description one.microstream.storage.types -
-
Uses of StorageSystem in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageSystem Modifier and Type Class Description static classStorageSystem.DefaultMethods in one.microstream.storage.types that return StorageSystem Modifier and Type Method Description StorageSystemStorageFoundation. createStorageSystem()Creates and returns a newStorageSysteminstance by using the current state of all registered logic part instances and by on-demand creating missing ones via a default logic.StorageSystemStorageFoundation.Default. createStorageSystem()StorageSystemStorageSystem. start()Methods in one.microstream.storage.types with parameters of type StorageSystem Modifier and Type Method Description StorageOperationControllerStorageOperationController.Creator. createOperationController(StorageChannelCountProvider channelCountProvider, StorageSystem storageSystem)StorageOperationControllerStorageOperationController.Creator.Default. createOperationController(StorageChannelCountProvider channelCountProvider, StorageSystem storageSystem)StorageTaskBrokerStorageTaskBroker.Creator. createTaskBroker(StorageSystem storageSystem, StorageRequestTaskCreator taskCreator)StorageTaskBrokerStorageTaskBroker.Creator.Default. createTaskBroker(StorageSystem storageSystem, StorageRequestTaskCreator taskCreator)static StorageOperationControllerStorageOperationController. New(StorageSystem storageSystem, StorageChannelCountProvider channelCountProvider)
-