Interface EmbeddedStorageFoundationCreatorConfigurationBased
-
- All Superinterfaces:
EmbeddedStorageFoundation.Creator
- All Known Implementing Classes:
EmbeddedStorageFoundationCreatorConfigurationBased.Default
public interface EmbeddedStorageFoundationCreatorConfigurationBased extends EmbeddedStorageFoundation.Creator
Creator for a storage foundation, based on a configuration.- Since:
- 05.00.00
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEmbeddedStorageFoundationCreatorConfigurationBased.Default
-
Method Summary
Static Methods Modifier and Type Method Description static EmbeddedStorageFoundationCreatorConfigurationBasedNew(Configuration configuration)Pseudo-constructor method to create a new foundation creator.-
Methods inherited from interface one.microstream.storage.embedded.types.EmbeddedStorageFoundation.Creator
createEmbeddedStorageFoundation
-
-
-
-
Method Detail
-
New
static EmbeddedStorageFoundationCreatorConfigurationBased New(Configuration configuration)
Pseudo-constructor method to create a new foundation creator.- Parameters:
configuration- the configuration the foundation will be based on- Returns:
- a new foundation creator
-
-