org.openrdf.sail.memory.config
Class MemoryStoreSchema

java.lang.Object
  extended by org.openrdf.sail.memory.config.MemoryStoreSchema

public class MemoryStoreSchema
extends Object

Defines constants for the MemoryStore schema which is used by MemoryStoreFactorys to initialize MemoryStores.

Author:
Arjohn Kampman

Field Summary
static String NAMESPACE
          The MemoryStore schema namespace (http://www.openrdf.org/config/sail/memory#).
static URI PERSIST
          http://www.openrdf.org/config/sail/memory#persist
static URI SYNC_DELAY
          http://www.openrdf.org/config/sail/memory#syncDelay
 
Constructor Summary
MemoryStoreSchema()
           
 
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 MemoryStore schema namespace (http://www.openrdf.org/config/sail/memory#).

See Also:
Constant Field Values

PERSIST

public static final URI PERSIST
http://www.openrdf.org/config/sail/memory#persist


SYNC_DELAY

public static final URI SYNC_DELAY
http://www.openrdf.org/config/sail/memory#syncDelay

Constructor Detail

MemoryStoreSchema

public MemoryStoreSchema()


Copyright © 2001-2009 Aduna. All Rights Reserved.