org.openrdf.sail.nativerdf.config
Class NativeStoreSchema

java.lang.Object
  extended by org.openrdf.sail.nativerdf.config.NativeStoreSchema

public class NativeStoreSchema
extends Object

Defines constants for the NativeStore schema which is used by NativeStoreFactorys to initialize NativeStores.

Author:
Arjohn Kampman

Field Summary
static URI FORCE_SYNC
          http://www.openrdf.org/config/sail/native#forceSync
static String NAMESPACE
          The NativeStore schema namespace (http://www.openrdf.org/config/sail/native#).
static URI NAMESPACE_CACHE_SIZE
          http://www.openrdf.org/config/sail/native#namespaceCacheSize
static URI NAMESPACE_ID_CACHE_SIZE
          http://www.openrdf.org/config/sail/native#namespaceIDCacheSize
static URI TRIPLE_INDEXES
          http://www.openrdf.org/config/sail/native#tripleIndexes
static URI VALUE_CACHE_SIZE
          http://www.openrdf.org/config/sail/native#valueCacheSize
static URI VALUE_ID_CACHE_SIZE
          http://www.openrdf.org/config/sail/native#valueIDCacheSize
 
Constructor Summary
NativeStoreSchema()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 URI TRIPLE_INDEXES
http://www.openrdf.org/config/sail/native#tripleIndexes


FORCE_SYNC

public static final URI FORCE_SYNC
http://www.openrdf.org/config/sail/native#forceSync


VALUE_CACHE_SIZE

public static final URI VALUE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueCacheSize


VALUE_ID_CACHE_SIZE

public static final URI VALUE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueIDCacheSize


NAMESPACE_CACHE_SIZE

public static final URI NAMESPACE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceCacheSize


NAMESPACE_ID_CACHE_SIZE

public static final URI NAMESPACE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceIDCacheSize

Constructor Detail

NativeStoreSchema

public NativeStoreSchema()


Copyright © 2001-2012 Aduna. All Rights Reserved.