Class NotifyingSailWrapper

java.lang.Object
org.eclipse.rdf4j.sail.helpers.SailWrapper
org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
All Implemented Interfaces:
FederatedServiceResolverClient, NotifyingSail, Sail, StackableSail
Direct Known Subclasses:
AbstractForwardChainingInferencer, CustomGraphQueryInferencer, DedupingInferencer, DirectTypeHierarchyInferencer, LuceneSail, SchemaCachingRDFSInferencer, ShaclSail

public class NotifyingSailWrapper extends SailWrapper implements NotifyingSail
An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.
Author:
Arjohn Kampman