virtuoso.sesame2.driver.config
Class VirtuosoRepositorySchema

java.lang.Object
  extended by virtuoso.sesame2.driver.config.VirtuosoRepositorySchema

public class VirtuosoRepositorySchema
extends java.lang.Object

Defines constants for the VirtuosoRepository schema which is used by VirtuosoRepositoryFactorys to initialize VirtuosoRepositorys.


Field Summary
static org.openrdf.model.URI BATCHSIZE
          http://www.openrdf.org/config/repository/virtuoso#batchSize
static org.openrdf.model.URI DEFGRAPH
          http://www.openrdf.org/config/repository/virtuoso#defGraph
static org.openrdf.model.URI FETCHSIZE
          http://www.openrdf.org/config/repository/virtuoso#fetchSize
static org.openrdf.model.URI HOSTLIST
          http://www.openrdf.org/config/repository/virtuoso#hostList
static java.lang.String NAMESPACE
           
static org.openrdf.model.URI PASSWORD
          http://www.openrdf.org/config/repository/virtuoso#password
static org.openrdf.model.URI ROUNDROBIN
          http://www.openrdf.org/config/repository/virtuoso#roundRobin
static org.openrdf.model.URI RULESET
          http://www.openrdf.org/config/repository/virtuoso#ruleSet
static org.openrdf.model.URI USELAZYADD
          http://www.openrdf.org/config/repository/virtuoso#useLazyAdd
static org.openrdf.model.URI USERNAME
          http://www.openrdf.org/config/repository/virtuoso#username
 
Constructor Summary
VirtuosoRepositorySchema()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values

HOSTLIST

public static final org.openrdf.model.URI HOSTLIST
http://www.openrdf.org/config/repository/virtuoso#hostList


USERNAME

public static final org.openrdf.model.URI USERNAME
http://www.openrdf.org/config/repository/virtuoso#username


PASSWORD

public static final org.openrdf.model.URI PASSWORD
http://www.openrdf.org/config/repository/virtuoso#password


DEFGRAPH

public static final org.openrdf.model.URI DEFGRAPH
http://www.openrdf.org/config/repository/virtuoso#defGraph


USELAZYADD

public static final org.openrdf.model.URI USELAZYADD
http://www.openrdf.org/config/repository/virtuoso#useLazyAdd


FETCHSIZE

public static final org.openrdf.model.URI FETCHSIZE
http://www.openrdf.org/config/repository/virtuoso#fetchSize


ROUNDROBIN

public static final org.openrdf.model.URI ROUNDROBIN
http://www.openrdf.org/config/repository/virtuoso#roundRobin


RULESET

public static final org.openrdf.model.URI RULESET
http://www.openrdf.org/config/repository/virtuoso#ruleSet


BATCHSIZE

public static final org.openrdf.model.URI BATCHSIZE
http://www.openrdf.org/config/repository/virtuoso#batchSize

Constructor Detail

VirtuosoRepositorySchema

public VirtuosoRepositorySchema()