Modifier and Type | Method and Description |
---|---|
Repository |
ConsoleState.getRepository() |
Repository |
Console.getRepository() |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleState.setRepository(Repository repository) |
void |
Console.setRepository(Repository repository) |
protected boolean |
LockRemover.tryToRemoveLock(Repository repo) |
Modifier and Type | Method and Description |
---|---|
static Repository |
RepositoryInterceptor.getRepository(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Field and Description |
---|---|
protected Repository |
RepositoryFederatedService.rep |
Constructor and Description |
---|
RepositoryFederatedService(Repository repo) |
RepositoryFederatedService(Repository repo,
boolean shutDown) |
Modifier and Type | Method and Description |
---|---|
protected Repository |
SeRQLQueryTestCase.createRepository(String entailment) |
protected Repository |
SeRQLQueryTestCase.newRepository() |
protected Repository |
SeRQLQueryTestCase.newRepository(String entailment) |
Modifier and Type | Method and Description |
---|---|
protected void |
SeRQLQueryTestCase.discardRepository(Repository rep) |
Modifier and Type | Method and Description |
---|---|
protected Repository |
SPARQLUpdateTest.createRepository()
Creates, initializes and clears a repository.
|
protected abstract Repository |
SPARQLUpdateTest.newRepository()
Create a new Repository object.
|
protected abstract Repository |
ComplexSPARQLQueryTest.newRepository() |
Modifier and Type | Field and Description |
---|---|
protected Repository |
SPARQLQueryTest.dataRep |
protected Repository |
SPARQLUpdateConformanceTest.expectedResultRepo |
Modifier and Type | Method and Description |
---|---|
protected Repository |
SPARQLQueryTest.createRepository() |
protected abstract Repository |
SPARQLQueryTest.newRepository() |
Modifier and Type | Method and Description |
---|---|
protected static String |
SPARQLUpdateConformanceTest.getManifestName(Repository manifestRep,
RepositoryConnection con,
String manifestFileURL) |
protected static String |
SPARQLQueryTest.getManifestName(Repository manifestRep,
RepositoryConnection con,
String manifestFileURL) |
Modifier and Type | Interface and Description |
---|---|
interface |
DelegatingRepository
Main interface for repositories that wrap another repository.
|
Modifier and Type | Field and Description |
---|---|
protected Repository |
RepositoryTest.testRepository |
protected Repository |
RepositoryConnectionTest.testRepository |
Modifier and Type | Method and Description |
---|---|
protected Repository |
TupleQueryResultTest.createRepository() |
protected Repository |
SparqlSetBindingTest.createRepository() |
protected Repository |
SparqlRegexTest.createRepository() |
protected Repository |
SparqlOrderByTest.createRepository() |
protected Repository |
SparqlDatasetTest.createRepository() |
protected Repository |
SparqlAggregatesTest.createRepository() |
protected abstract Repository |
RepositoryTest.createRepository()
Gets an (uninitialized) instance of the repository that should be tested.
|
protected abstract Repository |
RepositoryConnectionTest.createRepository()
Gets an (uninitialized) instance of the repository that should be tested.
|
protected Repository |
GraphQueryResultTest.createRepository() |
protected Repository |
EquivalentTest.createRepository() |
protected Repository |
CascadeValueExceptionTest.createRepository() |
Repository |
DelegatingRepository.getDelegate() |
Repository |
RepositoryConnection.getRepository()
Returns the Repository object to which this connection belongs.
|
protected abstract Repository |
TupleQueryResultTest.newRepository() |
protected abstract Repository |
SparqlSetBindingTest.newRepository() |
protected abstract Repository |
SparqlRegexTest.newRepository() |
protected abstract Repository |
SparqlOrderByTest.newRepository() |
protected abstract Repository |
SparqlDatasetTest.newRepository() |
protected abstract Repository |
SparqlAggregatesTest.newRepository() |
protected abstract Repository |
GraphQueryResultTest.newRepository() |
protected abstract Repository |
EquivalentTest.newRepository() |
protected abstract Repository |
CascadeValueExceptionTest.newRepository() |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingRepository.setDelegate(Repository delegate) |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryBase |
class |
RepositoryWrapper
A
DelegatingRepository implementation that, by default, forwards all
method calls to its delegate. |
Modifier and Type | Method and Description |
---|---|
Repository |
RepositoryWrapper.getDelegate() |
Repository |
RepositoryConnectionBase.getRepository() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryWrapper.setDelegate(Repository delegate) |
Constructor and Description |
---|
RepositoryConnectionBase(Repository repository) |
RepositoryConnectionWrapper(Repository repository) |
RepositoryConnectionWrapper(Repository repository,
RepositoryConnection delegate) |
RepositoryWrapper(Repository delegate)
Creates a new RepositoryWrapper and calls
RepositoryWrapper.setDelegate(Repository) with the supplied delegate repository. |
Modifier and Type | Method and Description |
---|---|
Repository |
RepositoryFactory.getRepository(RepositoryImplConfig config)
Returns a Repository instance that has been initialized using the supplied
configuration data.
|
Modifier and Type | Method and Description |
---|---|
static RepositoryConfig |
RepositoryConfigUtil.getRepositoryConfig(Repository repository,
String repositoryID) |
static Set<String> |
RepositoryConfigUtil.getRepositoryIDs(Repository repository) |
static boolean |
RepositoryConfigUtil.hasRepositoryConfig(Repository repository,
String repositoryID)
Is configuration information for the specified repository ID present in
the (system) repository?
|
static boolean |
RepositoryConfigUtil.removeRepositoryConfigs(Repository repository,
String... repositoryIDs)
Removes one or more Repository configurations from a Repository.
|
static void |
RepositoryConfigUtil.updateRepositoryConfigs(Repository repository,
RepositoryConfig... configs)
Update the specified Repository with the specified set of
RepositoryConfigs.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextAwareRepository
Allows contexts to be specified at the repository level.
|
Constructor and Description |
---|
ContextAwareConnection(Repository repository) |
ContextAwareConnection(Repository repository,
RepositoryConnection connection) |
ContextAwareRepository(Repository delegate) |
Modifier and Type | Method and Description |
---|---|
Repository |
ContextAwareFactory.getRepository(RepositoryImplConfig configuration) |
Modifier and Type | Class and Description |
---|---|
class |
DatasetRepository |
Modifier and Type | Method and Description |
---|---|
void |
DatasetRepository.setDelegate(Repository delegate) |
Modifier and Type | Method and Description |
---|---|
Repository |
DatasetRepositoryFactory.getRepository(RepositoryImplConfig config) |
Modifier and Type | Interface and Description |
---|---|
interface |
InterceptingRepository |
interface |
NotifyingRepository |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryListener.getConnection(Repository repo,
RepositoryConnection conn) |
boolean |
RepositoryInterceptor.getConnection(Repository repo,
RepositoryConnection conn) |
void |
RepositoryListener.initialize(Repository repo) |
boolean |
RepositoryInterceptor.initialize(Repository repo) |
void |
RepositoryListener.setDataDir(Repository repo,
File dataDir) |
boolean |
RepositoryInterceptor.setDataDir(Repository repo,
File dataDir) |
void |
RepositoryListener.shutDown(Repository repo) |
boolean |
RepositoryInterceptor.shutDown(Repository repo) |
Modifier and Type | Class and Description |
---|---|
class |
InterceptingRepositoryWrapper
Wrapper that notifies interceptors of events on Repositories before they
happen.
|
class |
NotifyingRepositoryWrapper
This notifying decorator allows listeners to register with the repository or
connection and be notified when events occur.
|
Constructor and Description |
---|
InterceptingRepositoryConnectionWrapper(Repository repository,
RepositoryConnection connection) |
InterceptingRepositoryWrapper(Repository delegate) |
NotifyingRepositoryConnectionWrapper(Repository repository,
RepositoryConnection connection) |
NotifyingRepositoryConnectionWrapper(Repository repository,
RepositoryConnection connection,
boolean reportDeltas) |
NotifyingRepositoryWrapper(Repository delegate) |
NotifyingRepositoryWrapper(Repository delegate,
boolean defaultReportDeltas) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPRepository
A repository that serves as a proxy for a remote repository on a Sesame
server.
|
Modifier and Type | Method and Description |
---|---|
Repository |
HTTPRepositoryFactory.getRepository(RepositoryImplConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
SystemRepository
FIXME: do not extend NotifyingRepositoryWrapper, because SystemRepository
shouldn't expose RepositoryWrapper behaviour, just implement
NotifyingRepository.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Repository> |
RepositoryManager.initializedRepositories |
Modifier and Type | Method and Description |
---|---|
protected abstract Repository |
RepositoryManager.createRepository(String id)
Creates and initializes the repository with the specified ID.
|
protected Repository |
RemoteRepositoryManager.createRepository(String id)
Creates and initializes the repository with the specified ID.
|
protected Repository |
LocalRepositoryManager.createRepository(String id) |
protected abstract Repository |
RepositoryManager.createSystemRepository() |
protected Repository |
RemoteRepositoryManager.createSystemRepository() |
static Repository |
RepositoryProvider.getRepository(String url)
Created a Repository, if not already created, that will be shutdown when
the JVM exits cleanly.
|
Repository |
RepositoryManager.getRepository(String identity)
Gets the repository that is known by the specified ID from this manager.
|
Repository |
RepositoryManager.getSystemRepository()
Gets the SYSTEM repository.
|
Modifier and Type | Method and Description |
---|---|
Collection<Repository> |
RepositoryManager.getAllRepositories()
Returns all configured repositories.
|
Collection<Repository> |
RepositoryManager.getInitializedRepositories()
Returns all initialized repositories.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemRepository.setDelegate(Repository delegate) |
Modifier and Type | Method and Description |
---|---|
protected void |
RepositoryManager.setInitializedRepositories(Map<String,Repository> nextInitializedRepositories) |
Constructor and Description |
---|
RepositoryManager(Map<String,Repository> initializedRepositories)
Create a new RepositoryManager using the given map to store repository
information.
|
Modifier and Type | Method and Description |
---|---|
protected Repository |
TypeFilteringRepositoryManager.createRepository(String id) |
protected Repository |
TypeFilteringRepositoryManager.createSystemRepository() |
Repository |
TypeFilteringRepositoryManager.getRepository(String id) |
Repository |
TypeFilteringRepositoryManager.getSystemRepository() |
Modifier and Type | Method and Description |
---|---|
Collection<Repository> |
TypeFilteringRepositoryManager.getInitializedRepositories() |
Modifier and Type | Class and Description |
---|---|
class |
ProxyRepository
Repository implementation that takes a
RepositoryResolver instance and
the id of a managed repository, and delegate all calls through to the given
repository. |
class |
SailRepository
An implementation of the
Repository interface that operates on a
(stack of) Sail object(s). |
Modifier and Type | Method and Description |
---|---|
Repository |
SailRepositoryFactory.getRepository(RepositoryImplConfig config) |
Repository |
ProxyRepositoryFactory.getRepository(RepositoryImplConfig config) |
Repository |
RepositoryResolver.getRepository(String memberID) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLRepository
A proxy class to access any SPARQL endpoint.
|
Modifier and Type | Method and Description |
---|---|
static Collection<? extends Statement> |
RepositoryUtil.difference(Repository rep1,
Repository rep2)
Compares two models defined by the default context of two repositories and
returns the difference between the first and the second model (that is,
all statements that are present in rep1 but not in rep2).
|
static boolean |
RepositoryUtil.equals(Repository rep1,
Repository rep2)
Compares the models in the default contexts of the two supplied
repositories and returns true if they are equal.
|
static boolean |
RepositoryUtil.isSubset(Repository rep1,
Repository rep2)
Compares the models of the default context of two repositories and returns
true if rep1 is a subset of rep2.
|
Modifier and Type | Field and Description |
---|---|
protected Repository |
EarlReport.earlRepository |
Modifier and Type | Method and Description |
---|---|
void |
Federation.addMember(Repository member) |
Modifier and Type | Field and Description |
---|---|
protected Repository |
AbstractLuceneSailTest.repository |
protected Repository |
AbstractLuceneSailIndexedPropertiesTest.repository |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryServlet.setRepository(Repository repository) |
Modifier and Type | Field and Description |
---|---|
protected Repository |
BaseRepositoryServlet.repository |
Modifier and Type | Method and Description |
---|---|
void |
BaseRepositoryServlet.setRepository(Repository repository) |
Constructor and Description |
---|
WorkbenchRequest(Repository repository,
javax.servlet.http.HttpServletRequest request,
Map<String,String> defaults)
Wrap a request with an object aware of the current repository and
application defaults.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.