Uses of Class
org.eclipse.rdf4j.sail.nativerdf.NativeStore
-
Packages that use NativeStore Package Description org.eclipse.rdf4j.federated.endpoint.provider org.eclipse.rdf4j.sail.nativerdf The Native Store. -
-
Uses of NativeStore in org.eclipse.rdf4j.federated.endpoint.provider
Methods in org.eclipse.rdf4j.federated.endpoint.provider that return NativeStore Modifier and Type Method Description protected NativeStore
NativeStoreProvider. createNativeStore(File store)
Create aNativeStore
and apply theSailSourceEvaluationStrategyFactory
. -
Uses of NativeStore in org.eclipse.rdf4j.sail.nativerdf
Subclasses of NativeStore in org.eclipse.rdf4j.sail.nativerdf Modifier and Type Class Description class
LimitedSizeNativeStore
Deprecated, for removal: This API element is subject to removal in a future version.since 4.2.4.Fields in org.eclipse.rdf4j.sail.nativerdf declared as NativeStore Modifier and Type Field Description protected NativeStore
NativeStoreConnection. nativeStore
Constructors in org.eclipse.rdf4j.sail.nativerdf with parameters of type NativeStore Constructor Description LimitedSizeNativeStoreConnection(NativeStore nativeStore)
Deprecated, for removal: This API element is subject to removal in a future version.NativeStoreConnection(NativeStore sail)
-