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

Constructor Detail

NativeStoreSchema

public NativeStoreSchema()


Copyright © 2001-2008 Aduna. All Rights Reserved.