Uses of Enum
org.eclipse.rdf4j.common.transaction.IsolationLevels
Package
Description
Common classes and interfaces for transaction settings
Abstract base implementation and internal helper classes for Sail implementations.
-
Uses of IsolationLevels in org.eclipse.rdf4j.common.transaction
Modifier and TypeMethodDescriptionstatic IsolationLevels
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
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected 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
Modifier and TypeMethodDescriptionprotected Thread
SailIsolationLevelTest.incrementBy
(CountDownLatch start, CountDownLatch observed, IsolationLevels level, ValueFactory vf, IRI subj, IRI pred, int by) protected boolean
SailIsolationLevelTest.isSupported
(IsolationLevels level)