Uses of Class
org.eclipse.rdf4j.sail.helpers.AbstractSail
-
Packages that use AbstractSail Package Description org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations. -
-
Uses of AbstractSail in org.eclipse.rdf4j.sail.helpers
Subclasses of AbstractSail in org.eclipse.rdf4j.sail.helpers 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.Methods in org.eclipse.rdf4j.sail.helpers that return AbstractSail Modifier and Type Method Description protected AbstractSailAbstractSailConnection. getSailBase()Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type AbstractSail Constructor Description AbstractNotifyingSailConnection(AbstractSail sailBase)AbstractSailConnection(AbstractSail sailBase)NotifyingSailConnectionBase(AbstractSail sailBase)Deprecated, for removal: This API element is subject to removal in a future version.
-