Uses of Class
org.eclipse.rdf4j.repository.manager.RepositoryManager
Packages that use RepositoryManager
Package
Description
Functionality for Repository lifecycle management and sharing.
-
Uses of RepositoryManager in org.eclipse.rdf4j.repository.manager
Subclasses of RepositoryManager in org.eclipse.rdf4j.repository.managerModifier and TypeClassDescriptionclass
An implementation of theRepositoryManager
interface that operates directly on the repository data files in the local file system.class
A manager forRepository
s that reside on a remote server.Fields in org.eclipse.rdf4j.repository.manager declared as RepositoryManagerModifier and TypeFieldDescriptionprivate RepositoryManager
RepositoryProvider.SynchronizedManager.manager
Methods in org.eclipse.rdf4j.repository.manager that return RepositoryManagerModifier and TypeMethodDescription(package private) static RepositoryManager
RepositoryProvider.createRepositoryManager
(String url) RepositoryProvider.SynchronizedManager.get()
static RepositoryManager
RepositoryProvider.getRepositoryManager
(String url) Creates aRepositoryManager
, if not already created, that will be shutdown when the JVM exits cleanly.static RepositoryManager
RepositoryProvider.getRepositoryManagerOfRepository
(String url) Retrieves theRepositoryManager
that will be used for the given repository URL. -
Uses of RepositoryManager in org.eclipse.rdf4j.repository.manager.util
Subclasses of RepositoryManager in org.eclipse.rdf4j.repository.manager.utilModifier and TypeClassDescriptionclass
NotifyingLocalRepositoryManager extends LocalRepositoryManager with support for registering listeners.class
Fields in org.eclipse.rdf4j.repository.manager.util declared as RepositoryManagerModifier and TypeFieldDescriptionprivate final RepositoryManager
TypeFilteringRepositoryManager.delegate
Methods in org.eclipse.rdf4j.repository.manager.util with parameters of type RepositoryManagerModifier and TypeMethodDescriptionvoid
RepositoryManagerListener.initialized
(RepositoryManager manager) void
RepositoryManagerListener.refreshed
(RepositoryManager manager) void
RepositoryManagerListener.shutDown
(RepositoryManager manager) Constructors in org.eclipse.rdf4j.repository.manager.util with parameters of type RepositoryManagerModifierConstructorDescriptionTypeFilteringRepositoryManager
(String type, RepositoryManager delegate)