Uses of Interface
org.eclipse.rdf4j.sail.NotifyingSail
-
Packages that use NotifyingSail Package Description org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations. -
-
Uses of NotifyingSail in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement NotifyingSail Modifier and Type Class Description classAbstractNotifyingSailA baseNotifyingSailimplementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.classNotifyingSailWrapperAn implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.Methods in org.eclipse.rdf4j.sail.helpers that return NotifyingSail Modifier and Type Method Description NotifyingSailNotifyingSailWrapper. getBaseSail()Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type NotifyingSail Constructor Description NotifyingSailWrapper(NotifyingSail baseSail)Creates a new SailWrapper that wraps the supplied Sail.
-