Class NativeStoreSchema
- java.lang.Object
-
- org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreSchema
-
public class NativeStoreSchema extends Object
Defines constants for the NativeStore schema which is used byNativeStoreFactory
s to initializeNativeStore
s.- Author:
- Arjohn Kampman
-
-
Field Summary
Fields Modifier and Type Field Description static IRI
FORCE_SYNC
http://www.openrdf.org/config/sail/native#forceSyncstatic String
NAMESPACE
The NativeStore schema namespace (http://www.openrdf.org/config/sail/native#).static IRI
NAMESPACE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceCacheSizestatic IRI
NAMESPACE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceIDCacheSizestatic IRI
TRIPLE_INDEXES
http://www.openrdf.org/config/sail/native#tripleIndexesstatic IRI
VALUE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueCacheSizestatic IRI
VALUE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueIDCacheSize
-
Constructor Summary
Constructors Constructor Description NativeStoreSchema()
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
The NativeStore schema namespace (http://www.openrdf.org/config/sail/native#).- See Also:
- Constant Field Values
-
TRIPLE_INDEXES
public static final IRI TRIPLE_INDEXES
http://www.openrdf.org/config/sail/native#tripleIndexes
-
FORCE_SYNC
public static final IRI FORCE_SYNC
http://www.openrdf.org/config/sail/native#forceSync
-
VALUE_CACHE_SIZE
public static final IRI VALUE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueCacheSize
-
VALUE_ID_CACHE_SIZE
public static final IRI VALUE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueIDCacheSize
-
NAMESPACE_CACHE_SIZE
public static final IRI NAMESPACE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceCacheSize
-
NAMESPACE_ID_CACHE_SIZE
public static final IRI NAMESPACE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceIDCacheSize
-
-