Class NativeStoreProvider
java.lang.Object
org.eclipse.rdf4j.federated.endpoint.provider.NativeStoreProvider
- All Implemented Interfaces:
EndpointProvider<NativeRepositoryInformation>
public class NativeStoreProvider
extends Object
implements EndpointProvider<NativeRepositoryInformation>
Provider for an Endpoint that uses a RDF4J
NativeStore as underlying repository. Note that NativeStores are
always classified as 'Local'.
If the repository location denotes an absolute path, the native store directory must already exist. If a relative path is used, the repository is created on the fly (if necessary).
- Author:
- Andreas Schwarte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NativeStorecreateNativeStore(File store) Create aNativeStoreloadEndpoint(NativeRepositoryInformation repoInfo)
-
Constructor Details
-
NativeStoreProvider
-
-
Method Details
-
loadEndpoint
- Specified by:
loadEndpointin interfaceEndpointProvider<NativeRepositoryInformation>- Throws:
FedXException
-
createNativeStore
Create aNativeStore- Parameters:
store-- Returns:
- the store
-