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 byNativeStoreFactorys to initializeNativeStores.- Author:
- Arjohn Kampman
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.rdf4j.model.IRIFORCE_SYNChttp://www.openrdf.org/config/sail/native#forceSyncstatic StringNAMESPACEThe NativeStore schema namespace (http://www.openrdf.org/config/sail/native#).static org.eclipse.rdf4j.model.IRINAMESPACE_CACHE_SIZEhttp://www.openrdf.org/config/sail/native#namespaceCacheSizestatic org.eclipse.rdf4j.model.IRINAMESPACE_ID_CACHE_SIZEhttp://www.openrdf.org/config/sail/native#namespaceIDCacheSizestatic org.eclipse.rdf4j.model.IRITRIPLE_INDEXEShttp://www.openrdf.org/config/sail/native#tripleIndexesstatic org.eclipse.rdf4j.model.IRIVALUE_CACHE_SIZEhttp://www.openrdf.org/config/sail/native#valueCacheSizestatic org.eclipse.rdf4j.model.IRIVALUE_ID_CACHE_SIZEhttp://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 org.eclipse.rdf4j.model.IRI TRIPLE_INDEXES
http://www.openrdf.org/config/sail/native#tripleIndexes
-
FORCE_SYNC
public static final org.eclipse.rdf4j.model.IRI FORCE_SYNC
http://www.openrdf.org/config/sail/native#forceSync
-
VALUE_CACHE_SIZE
public static final org.eclipse.rdf4j.model.IRI VALUE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueCacheSize
-
VALUE_ID_CACHE_SIZE
public static final org.eclipse.rdf4j.model.IRI VALUE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueIDCacheSize
-
NAMESPACE_CACHE_SIZE
public static final org.eclipse.rdf4j.model.IRI NAMESPACE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceCacheSize
-
NAMESPACE_ID_CACHE_SIZE
public static final org.eclipse.rdf4j.model.IRI NAMESPACE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceIDCacheSize
-
-