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
Subclasses with type arguments of type IsolationLevels in org.eclipse.rdf4j.common.transactionModifier and TypeClassDescriptionenumEnumeration of TransactionIsolationLevels supported by RDF4J.Methods in org.eclipse.rdf4j.common.transaction that return IsolationLevelsModifier and TypeMethodDescriptionstatic IsolationLevelsReturns 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 voidAbstractSail.addSupportedIsolationLevel(IsolationLevels level) Appends the providedIsolationLevelsto 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 ThreadIsolationLevelTest.incrementBy(CountDownLatch start, CountDownLatch observed, IsolationLevels level, ValueFactory vf, IRI subj, IRI pred, int by) protected booleanIsolationLevelTest.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 ThreadSailIsolationLevelTest.incrementBy(CountDownLatch start, CountDownLatch observed, IsolationLevels level, ValueFactory vf, IRI subj, IRI pred, int by) protected booleanSailIsolationLevelTest.isSupported(IsolationLevels level)