com.bigdata.rdf.sail
Class BigdataSailRepository

java.lang.Object
  extended by org.openrdf.repository.sail.SailRepository
      extended by com.bigdata.rdf.sail.BigdataSailRepository
All Implemented Interfaces:
org.openrdf.repository.Repository

public class BigdataSailRepository
extends org.openrdf.repository.sail.SailRepository


Constructor Summary
BigdataSailRepository(BigdataSail sail)
           
 
Method Summary
 org.openrdf.repository.sail.SailRepositoryConnection getConnection()
           
 AbstractTripleStore getDatabase()
           
 org.openrdf.repository.sail.SailRepositoryConnection getQueryConnection()
           
 
Methods inherited from class org.openrdf.repository.sail.SailRepository
getDataDir, getSail, getValueFactory, initialize, isWritable, setDataDir, shutDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigdataSailRepository

public BigdataSailRepository(BigdataSail sail)
Method Detail

getDatabase

public AbstractTripleStore getDatabase()

getConnection

public org.openrdf.repository.sail.SailRepositoryConnection getConnection()
                                                                   throws org.openrdf.repository.RepositoryException
Specified by:
getConnection in interface org.openrdf.repository.Repository
Overrides:
getConnection in class org.openrdf.repository.sail.SailRepository
Throws:
org.openrdf.repository.RepositoryException

getQueryConnection

public org.openrdf.repository.sail.SailRepositoryConnection getQueryConnection()
                                                                        throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.