org.openrdf.repository.readahead
Class ReadAheadRepositoryFactory

java.lang.Object
  extended by org.openrdf.repository.readahead.ReadAheadRepositoryFactory
All Implemented Interfaces:
RepositoryFactory

public class ReadAheadRepositoryFactory
extends Object
implements RepositoryFactory

Author:
Arjohn Kampman

Field Summary
static String REPOSITORY_TYPE
           
 
Constructor Summary
ReadAheadRepositoryFactory()
           
 
Method Summary
 RepositoryImplConfig getConfig()
           
 Repository getRepository(RepositoryImplConfig config)
           
 String getRepositoryType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPOSITORY_TYPE

public static final String REPOSITORY_TYPE
See Also:
Constant Field Values
Constructor Detail

ReadAheadRepositoryFactory

public ReadAheadRepositoryFactory()
Method Detail

getRepositoryType

public String getRepositoryType()
Specified by:
getRepositoryType in interface RepositoryFactory

getConfig

public RepositoryImplConfig getConfig()
Specified by:
getConfig in interface RepositoryFactory

getRepository

public Repository getRepository(RepositoryImplConfig config)
                         throws RepositoryConfigException
Specified by:
getRepository in interface RepositoryFactory
Throws:
RepositoryConfigException


Copyright © 2004-2008 Aduna. All Rights Reserved.