Uses of Class
org.eclipse.rdf4j.sail.SailLockedException
-
Packages that use SailLockedException Package Description org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations. -
-
Uses of SailLockedException in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that throw SailLockedException Modifier and Type Method Description Lock
LockManager. lockOrFail()
Creates a lock in a SAIL if it does not yet exist. -
Uses of SailLockedException in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that throw SailLockedException Modifier and Type Method Description Lock
DirectoryLockManager. lockOrFail()
Creates a lock in a directory if it does not yet exist.
-