virtuoso.sesame2.driver.config
Class VirtuosoRepositoryConfig

java.lang.Object
  extended by org.openrdf.repository.config.RepositoryImplConfigBase
      extended by virtuoso.sesame2.driver.config.VirtuosoRepositoryConfig
All Implemented Interfaces:
org.openrdf.repository.config.RepositoryImplConfig

public class VirtuosoRepositoryConfig
extends org.openrdf.repository.config.RepositoryImplConfigBase


Constructor Summary
VirtuosoRepositoryConfig()
           
VirtuosoRepositoryConfig(java.lang.String hostlist)
           
 
Method Summary
 org.openrdf.model.Resource export(org.openrdf.model.Graph graph)
           
 int getBatchSize()
           
 java.lang.String getDefGraph()
           
 int getFetchSize()
           
 java.lang.String getHostList()
           
 java.lang.String getPassword()
           
 boolean getRoundRobin()
           
 java.lang.String getRuleSet()
           
 boolean getUseLazyAdd()
           
 java.lang.String getUsername()
           
 void parse(org.openrdf.model.Graph graph, org.openrdf.model.Resource implNode)
           
 void setBatchSize(int batchSize)
           
 void setDefGraph(java.lang.String defGraph)
           
 void setFetchSize(int fetchSize)
           
 void setHostList(java.lang.String hostlist)
           
 void setPassword(java.lang.String password)
           
 void setRoundRobin(boolean roundRobin)
           
 void setRuleSet(java.lang.String ruleSet)
           
 void setUseLazyAdd(boolean useLazyAdd)
           
 void setUsername(java.lang.String username)
           
 void validate()
           
 
Methods inherited from class org.openrdf.repository.config.RepositoryImplConfigBase
create, getType, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtuosoRepositoryConfig

public VirtuosoRepositoryConfig()

VirtuosoRepositoryConfig

public VirtuosoRepositoryConfig(java.lang.String hostlist)
Method Detail

getHostList

public java.lang.String getHostList()

setHostList

public void setHostList(java.lang.String hostlist)

getUsername

public java.lang.String getUsername()

setUsername

public void setUsername(java.lang.String username)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

getDefGraph

public java.lang.String getDefGraph()

setDefGraph

public void setDefGraph(java.lang.String defGraph)

getUseLazyAdd

public boolean getUseLazyAdd()

setUseLazyAdd

public void setUseLazyAdd(boolean useLazyAdd)

getRoundRobin

public boolean getRoundRobin()

setRoundRobin

public void setRoundRobin(boolean roundRobin)

getFetchSize

public int getFetchSize()

setFetchSize

public void setFetchSize(int fetchSize)

getRuleSet

public java.lang.String getRuleSet()

setRuleSet

public void setRuleSet(java.lang.String ruleSet)

getBatchSize

public int getBatchSize()

setBatchSize

public void setBatchSize(int batchSize)

validate

public void validate()
              throws org.openrdf.repository.config.RepositoryConfigException
Specified by:
validate in interface org.openrdf.repository.config.RepositoryImplConfig
Overrides:
validate in class org.openrdf.repository.config.RepositoryImplConfigBase
Throws:
org.openrdf.repository.config.RepositoryConfigException

export

public org.openrdf.model.Resource export(org.openrdf.model.Graph graph)
Specified by:
export in interface org.openrdf.repository.config.RepositoryImplConfig
Overrides:
export in class org.openrdf.repository.config.RepositoryImplConfigBase

parse

public void parse(org.openrdf.model.Graph graph,
                  org.openrdf.model.Resource implNode)
           throws org.openrdf.repository.config.RepositoryConfigException
Specified by:
parse in interface org.openrdf.repository.config.RepositoryImplConfig
Overrides:
parse in class org.openrdf.repository.config.RepositoryImplConfigBase
Throws:
org.openrdf.repository.config.RepositoryConfigException