Class AbstractNotifyingSail

java.lang.Object
org.eclipse.rdf4j.sail.helpers.AbstractSail
org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
All Implemented Interfaces:
NotifyingSail, Sail
Direct Known Subclasses:
ExtensibleStore, LmdbStore, MemoryStore, NativeStore

public abstract class AbstractNotifyingSail extends AbstractSail implements NotifyingSail
A base NotifyingSail implementation 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.
Author:
Herko ter Horst, jeen, Arjohn Kampman