Uses of Enum
org.eclipse.rdf4j.common.transaction.IsolationLevels
Packages that use 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
Methods in org.eclipse.rdf4j.common.transaction that return IsolationLevelsModifier 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
Methods in org.eclipse.rdf4j.sail.helpers with parameters of type IsolationLevelsModifier 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
Methods in org.eclipse.rdf4j.testsuite.repository.optimistic with parameters of type IsolationLevelsModifier 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
Methods in org.eclipse.rdf4j.testsuite.sail with parameters of type IsolationLevelsModifier 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)