Interface EclipseStoreStorageFoundationProvider

All Known Implementing Classes:
DefaultEclipseStoreClientConfiguration, EclipseStoreClientConfiguration

public interface EclipseStoreStorageFoundationProvider
Wraps access to a EmbeddedStorageFoundation into a single interface to have looser coupling towards EclipseStore.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.store.storage.embedded.types.EmbeddedStorageFoundation<?>
     
  • Method Details

    • createEmbeddedStorageFoundation

      org.eclipse.store.storage.embedded.types.EmbeddedStorageFoundation<?> createEmbeddedStorageFoundation()