Uses of Class
org.eclipse.rdf4j.common.transaction.IsolationLevels
-
Packages that use IsolationLevels Package Description org.eclipse.rdf4j.common.transaction Common classes and interfaces for transaction settingsorg.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.testsuite.repository.optimistic org.eclipse.rdf4j.testsuite.sail -
-
Uses of IsolationLevels in org.eclipse.rdf4j.common.transaction
Methods in org.eclipse.rdf4j.common.transaction 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.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. -
Uses of IsolationLevels in org.eclipse.rdf4j.testsuite.repository.optimistic
Methods in org.eclipse.rdf4j.testsuite.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.testsuite.sail
Methods in org.eclipse.rdf4j.testsuite.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)
-