Uses of Interface
org.eclipse.rdf4j.sail.features.ThreadSafetyAware
-
Packages that use ThreadSafetyAware Package Description org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations. -
-
Uses of ThreadSafetyAware in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement ThreadSafetyAware Modifier and Type Class Description classNotifyingSailConnectionWrapperAn implementation of theNotifyingSailConnectioninterface that wraps anotherNotifyingSailConnectionobject and forwards any method calls to the wrapped transaction.classSailConnectionWrapperAn implementation of the SailConnection interface that wraps another SailConnection object and forwards any method calls to the wrapped connection.
-