Uses of Interface
org.eclipse.rdf4j.repository.event.NotifyingRepository
-
Packages that use NotifyingRepository Package Description org.eclipse.rdf4j.repository.event Interfaces for notification/interception of events happening on Repositories and RepositoryConnectionsorg.eclipse.rdf4j.repository.event.base Wrapper/adapter base implementations. -
-
Uses of NotifyingRepository in org.eclipse.rdf4j.repository.event
Methods in org.eclipse.rdf4j.repository.event with parameters of type NotifyingRepository Modifier and Type Method Description void
RepositoryListener. getConnection(NotifyingRepository repo, NotifyingRepositoryConnection conn)
void
RepositoryListener. init(NotifyingRepository repo)
void
RepositoryListener. setDataDir(NotifyingRepository repo, File dataDir)
void
RepositoryListener. shutDown(NotifyingRepository repo)
-
Uses of NotifyingRepository in org.eclipse.rdf4j.repository.event.base
Classes in org.eclipse.rdf4j.repository.event.base that implement NotifyingRepository Modifier and Type Class Description class
NotifyingRepositoryWrapper
This notifying decorator allows listeners to register with the repository or connection and be notified when events occur.
-