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 class
StorageSystem.Default
Methods in one.microstream.storage.types that return StorageSystem Modifier and Type Method Description StorageSystem
StorageFoundation. createStorageSystem()
Creates and returns a newStorageSystem
instance by using the current state of all registered logic part instances and by on-demand creating missing ones via a default logic.StorageSystem
StorageFoundation.Default. createStorageSystem()
StorageSystem
EmbeddedStorageConnectionFoundation.Default. getStorageSystem()
StorageSystem
EmbeddedStorageConnectionFoundation. getStorageSystem()
StorageSystem
StorageSystem. 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 StorageOperationController
StorageOperationController.Creator. createOperationController(StorageChannelCountProvider channelCountProvider, StorageSystem storageSystem)
StorageOperationController
StorageOperationController.Creator.Default. createOperationController(StorageChannelCountProvider channelCountProvider, StorageSystem storageSystem)
StorageTaskBroker
StorageTaskBroker.Creator. createTaskBroker(StorageSystem storageSystem, StorageRequestTaskCreator taskCreator)
StorageTaskBroker
StorageTaskBroker.Creator.Default. createTaskBroker(StorageSystem storageSystem, StorageRequestTaskCreator taskCreator)
static StorageOperationController
StorageOperationController. New(StorageSystem storageSystem, StorageChannelCountProvider channelCountProvider)
F
EmbeddedStorageConnectionFoundation.Default. setStorageSystem(StorageSystem storageSystem)
F
EmbeddedStorageConnectionFoundation. setStorageSystem(StorageSystem storageSystem)
Method parameters in one.microstream.storage.types with type arguments of type StorageSystem Modifier and Type Method Description F
EmbeddedStorageConnectionFoundation.Default. setStorageSystemSupplier(Supplier<? extends StorageSystem> storageSystemSupplier)
F
EmbeddedStorageConnectionFoundation. setStorageSystemSupplier(Supplier<? extends StorageSystem> storageSystemSupplier)