Uses of Interface
one.microstream.storage.types.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()StorageSystemEmbeddedStorageConnectionFoundation.Default. getStorageSystem()StorageSystemEmbeddedStorageConnectionFoundation. getStorageSystem()StorageSystemStorageSystem. start()Methods in one.microstream.storage.types that return types with arguments of type StorageSystem Modifier and Type Method Description Supplier<? extends StorageSystem>EmbeddedStorageConnectionFoundation.Default. storageSystemSupplier()Supplier<? extends StorageSystem>EmbeddedStorageConnectionFoundation. storageSystemSupplier()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)FEmbeddedStorageConnectionFoundation.Default. setStorageSystem(StorageSystem storageSystem)FEmbeddedStorageConnectionFoundation. setStorageSystem(StorageSystem storageSystem)Method parameters in one.microstream.storage.types with type arguments of type StorageSystem Modifier and Type Method Description FEmbeddedStorageConnectionFoundation.Default. setStorageSystemSupplier(Supplier<? extends StorageSystem> storageSystemSupplier)FEmbeddedStorageConnectionFoundation. setStorageSystemSupplier(Supplier<? extends StorageSystem> storageSystemSupplier)