org.openrdf.repository.readahead
Class ReadAheadRepository
java.lang.Object
org.openrdf.repository.base.RepositoryWrapper
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadAheadRepository
public ReadAheadRepository()
ReadAheadRepository
public ReadAheadRepository(Repository repository)
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.