Interface StoreFactory


  • public interface StoreFactory
    The storage engine factory that is used to create a given type of a store
    • Method Detail

      • getStore

        Store getStore​(java.util.Properties config)
        Returns the store after creating the store instance with the given properties
        Parameters:
        config - The properties config that is used by the store
        Returns:
        The store represented by this factory