public interface DataStoreFactory
DataStore instances. Used
 to decouple the repository internals from the repository configuration
 mechanism.| Modifier and Type | Method and Description | 
|---|---|
| DataStore | getDataStore()Creates, initializes, and returns a  DataStoreinstance
 for use by the repository. | 
DataStore getDataStore() throws RepositoryException
DataStore instance
 for use by the repository. Note that no information is passed from
 the client, so all required configuration information must be
 encapsulated in the factory.RepositoryException - if the data store can not be createdCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.