Uses of Interface
one.microstream.storage.types.StorageConfiguration.Builder
Package | Description |
---|---|
one.microstream.storage.types |
-
Uses of StorageConfiguration.Builder in one.microstream.storage.types
Classes in one.microstream.storage.types with type parameters of type StorageConfiguration.Builder Modifier and Type Interface Description static interface
StorageConfiguration.Builder<B extends StorageConfiguration.Builder<?>>
Classes in one.microstream.storage.types that implement StorageConfiguration.Builder Modifier and Type Class Description static class
StorageConfiguration.Builder.Default<B extends StorageConfiguration.Builder.Default<?>>
Methods in one.microstream.storage.types that return StorageConfiguration.Builder Modifier and Type Method Description static StorageConfiguration.Builder<?>
StorageConfiguration. Builder()
Pseudo-constructor method to create a newStorageConfiguration.Builder
instance.static StorageConfiguration.Builder<?>
Storage. ConfigurationBuilder()
Pseudo-constructor method to create a newStorageConfiguration.Builder
instance.Methods in one.microstream.storage.types with parameters of type StorageConfiguration.Builder Modifier and Type Method Description static EmbeddedStorageFoundation<?>
EmbeddedStorage. Foundation(StorageConfiguration.Builder<?> configuration)
Pseudo-constructor method to create a newEmbeddedStorageFoundation
instance using the passedStorageConfiguration.Builder
to build itsStorageConfiguration
.static EmbeddedStorageManager
EmbeddedStorage. start(Object root, StorageConfiguration.Builder<?> configuration)
Convenience method to configure, create and start aEmbeddedStorageManager
using the passed root as the persistent entity graph's root instance and the passedStorageConfiguration.Builder
to build itsStorageConfiguration
.static EmbeddedStorageManager
EmbeddedStorage. start(StorageConfiguration.Builder<?> configuration)
Convenience method to configure, create and start aEmbeddedStorageManager
using the passedStorageConfiguration.Builder
to build itsStorageConfiguration
.