Uses of Class
org.eclipse.rdf4j.IsolationLevels
-
Packages that use IsolationLevels Package Description org.eclipse.rdf4j org.eclipse.rdf4j.repository.optimistic 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 IsolationLevels in org.eclipse.rdf4j
Methods in org.eclipse.rdf4j that return IsolationLevels Modifier and Type Method Description static IsolationLevels
IsolationLevels. valueOf(String name)
Returns the enum constant of this type with the specified name.static IsolationLevels[]
IsolationLevels. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IsolationLevels in org.eclipse.rdf4j.repository.optimistic
Methods in org.eclipse.rdf4j.repository.optimistic with parameters of type IsolationLevels Modifier and Type Method Description protected Thread
IsolationLevelTest. incrementBy(CountDownLatch start, CountDownLatch observed, IsolationLevels level, ValueFactory vf, IRI subj, IRI pred, int by)
protected boolean
IsolationLevelTest. isSupported(IsolationLevels level)
-
Uses of IsolationLevels in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail with parameters of type IsolationLevels Modifier and Type Method Description protected Thread
SailIsolationLevelTest. incrementBy(CountDownLatch start, CountDownLatch observed, IsolationLevels level, ValueFactory vf, IRI subj, IRI pred, int by)
protected boolean
SailIsolationLevelTest. isSupported(IsolationLevels level)
-
Uses of IsolationLevels in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers with parameters of type IsolationLevels Modifier and Type Method Description protected void
AbstractSail. addSupportedIsolationLevel(IsolationLevels level)
Appends the providedIsolationLevels
to the SAIL's list of supported isolation levels.
-