Class NativeStoreSchema
java.lang.Object
org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreSchema
Deprecated, for removal: This API element is subject to removal in a future version.
Defines constants for the NativeStore schema which is used by
NativeStoreFactory
s to initialize
NativeStore
s.- Author:
- Arjohn Kampman
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
Deprecated.useCONFIG.Native.forceSync
instead.static final String
Deprecated, for removal: This API element is subject to removal in a future version.The NativeStore schema namespace (http://www.openrdf.org/config/sail/native#).static final IRI
Deprecated.useCONFIG.Native.namespaceCacheSize
instead.static final IRI
Deprecated.useCONFIG.Native.namespaceIDCacheSize
instead.static final IRI
Deprecated.useCONFIG.Native.tripleIndexes
instead.static final IRI
Deprecated.useCONFIG.Native.valueCacheSize
instead.static final IRI
Deprecated.useCONFIG.Native.valueIDCacheSize
instead. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
NAMESPACE
Deprecated, for removal: This API element is subject to removal in a future version.The NativeStore schema namespace (http://www.openrdf.org/config/sail/native#).- See Also:
-
TRIPLE_INDEXES
Deprecated.useCONFIG.Native.tripleIndexes
instead.http://www.openrdf.org/config/sail/native#tripleIndexes -
FORCE_SYNC
Deprecated.useCONFIG.Native.forceSync
instead.http://www.openrdf.org/config/sail/native#forceSync -
VALUE_CACHE_SIZE
Deprecated.useCONFIG.Native.valueCacheSize
instead.http://www.openrdf.org/config/sail/native#valueCacheSize -
VALUE_ID_CACHE_SIZE
Deprecated.useCONFIG.Native.valueIDCacheSize
instead.http://www.openrdf.org/config/sail/native#valueIDCacheSize -
NAMESPACE_CACHE_SIZE
Deprecated.useCONFIG.Native.namespaceCacheSize
instead.http://www.openrdf.org/config/sail/native#namespaceCacheSize -
NAMESPACE_ID_CACHE_SIZE
Deprecated.useCONFIG.Native.namespaceIDCacheSize
instead.http://www.openrdf.org/config/sail/native#namespaceIDCacheSize
-
-
Constructor Details
-
NativeStoreSchema
public NativeStoreSchema()Deprecated, for removal: This API element is subject to removal in a future version.
-
CONFIG.Native
instead.