org.openrdf.repository.readahead
Class ReadAheadRepository

java.lang.Object
  extended by org.openrdf.repository.base.RepositoryWrapper
      extended by org.openrdf.repository.readahead.ReadAheadRepository
All Implemented Interfaces:
DelegatingRepository, Repository

public class ReadAheadRepository
extends RepositoryWrapper

Repository wrapper that retrives and caches statements by their subject (if specified).

Author:
James Leigh

Constructor Summary
ReadAheadRepository()
           
ReadAheadRepository(Repository repository)
           
 
Method Summary
 RepositoryConnection getConnection()
           
 
Methods inherited from class org.openrdf.repository.base.RepositoryWrapper
getDataDir, getDelegate, getValueFactory, initialize, isWritable, setDataDir, setDelegate, shutDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadAheadRepository

public ReadAheadRepository()

ReadAheadRepository

public ReadAheadRepository(Repository repository)
Method Detail

getConnection

public RepositoryConnection getConnection()
                                   throws RepositoryException
Specified by:
getConnection in interface Repository
Overrides:
getConnection in class RepositoryWrapper
Throws:
RepositoryException


Copyright © 2004-2008 Aduna. All Rights Reserved.