Uses of Interface
one.microstream.storage.types.EmbeddedStorageConnectionFoundation
| Package | Description |
|---|---|
| one.microstream.storage.types |
-
Uses of EmbeddedStorageConnectionFoundation in one.microstream.storage.types
Classes in one.microstream.storage.types with type parameters of type EmbeddedStorageConnectionFoundation Modifier and Type Interface Description interfaceEmbeddedStorageConnectionFoundation<F extends EmbeddedStorageConnectionFoundation<?>>Classes in one.microstream.storage.types that implement EmbeddedStorageConnectionFoundation Modifier and Type Class Description static classEmbeddedStorageConnectionFoundation.Default<F extends EmbeddedStorageConnectionFoundation.Default<?>>Methods in one.microstream.storage.types that return EmbeddedStorageConnectionFoundation Modifier and Type Method Description static EmbeddedStorageConnectionFoundation<?>EmbeddedStorage. ConnectionFoundation(ADirectory directory)Pseudo-constructor method to create a newEmbeddedStorageConnectionFoundationinstance using the passed directory and default method references provided byPersistence.static EmbeddedStorageConnectionFoundation<?>EmbeddedStorage. ConnectionFoundation(PersistenceTypeDictionaryIoHandler typeDictionaryIoHandler)Pseudo-constructor method to create a newEmbeddedStorageConnectionFoundationinstance using the passedPersistenceTypeDictionaryIoHandlerand default method references provided byPersistence.static EmbeddedStorageConnectionFoundation<?>EmbeddedStorage. ConnectionFoundation(PersistenceTypeDictionaryIoHandler typeDictionaryIoHandler, PersistenceTypeEvaluator typeEvaluatorPersistable)Pseudo-constructor method to create a newEmbeddedStorageConnectionFoundationinstance using the passed logic instances as its essential parts.static EmbeddedStorageConnectionFoundation<?>EmbeddedStorage. ConnectionFoundation(StorageConfiguration configuration, PersistenceTypeEvaluator typeEvaluatorPersistable)EmbeddedStorageConnectionFoundation<?>EmbeddedStorageFoundation.Default. getConnectionFoundation()EmbeddedStorageConnectionFoundation<?>EmbeddedStorageFoundation. getConnectionFoundation()Returns the currently setStorageConfigurationinstance.static EmbeddedStorageConnectionFoundation<?>EmbeddedStorageConnectionFoundation. New()Methods in one.microstream.storage.types with parameters of type EmbeddedStorageConnectionFoundation Modifier and Type Method Description static EmbeddedStorageFoundation<?>EmbeddedStorage. Foundation(StorageConfiguration configuration, EmbeddedStorageConnectionFoundation<?> connectionFoundation)Pseudo-constructor method to create a newEmbeddedStorageFoundationinstance using the passedStorageConfigurationandEmbeddedStorageConnectionFoundation.static EmbeddedStorageManager.DefaultEmbeddedStorageManager. New(Database database, StorageConfiguration configuration, EmbeddedStorageConnectionFoundation<?> connectionFoundation, PersistenceRootsProvider<?> rootsProvider)FEmbeddedStorageFoundation.Default. setConnectionFoundation(EmbeddedStorageConnectionFoundation<?> connectionFoundation)FEmbeddedStorageFoundation. setConnectionFoundation(EmbeddedStorageConnectionFoundation<?> connectionFoundation)Sets theEmbeddedStorageConnectionFoundationinstance to be used for the assembly.static EmbeddedStorageManagerEmbeddedStorage. start(Object root, StorageConfiguration configuration, EmbeddedStorageConnectionFoundation<?> connectionFoundation)Convenience method to configure, create and start aEmbeddedStorageManagerusing the passed root as the persistent entity graph's root instance,StorageConfigurationandEmbeddedStorageConnectionFoundation.static EmbeddedStorageManagerEmbeddedStorage. start(StorageConfiguration configuration, EmbeddedStorageConnectionFoundation<?> connectionFoundation)Convenience method to configure, create and start aEmbeddedStorageManagerusing the passedStorageConfigurationandEmbeddedStorageConnectionFoundation.Method parameters in one.microstream.storage.types with type arguments of type EmbeddedStorageConnectionFoundation Modifier and Type Method Description FEmbeddedStorageFoundation.Default. onConnectionFoundation(Consumer<? super EmbeddedStorageConnectionFoundation<?>> logic)FEmbeddedStorageFoundation. onConnectionFoundation(Consumer<? super EmbeddedStorageConnectionFoundation<?>> logic)Executes the passed logic on theEmbeddedStorageConnectionFoundationinstance provided byEmbeddedStorageFoundation.getConnectionFoundation().