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.
Forward-chaining inferencers, implemented as
StackableSail
s.-
Uses of IsolationLevels in org.eclipse.rdf4j.common.transaction
Fields in org.eclipse.rdf4j.common.transaction with type parameters of type IsolationLevelsModifier and TypeFieldDescriptionprivate final List
<? extends IsolationLevels> IsolationLevels.compatibleLevels
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.Constructors in org.eclipse.rdf4j.common.transaction with parameters of type IsolationLevels -
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.sail.inferencer.fc
Fields in org.eclipse.rdf4j.sail.inferencer.fc declared as IsolationLevelsModifier and TypeFieldDescriptionprivate static final IsolationLevels
AbstractForwardChainingInferencer.READ_COMMITTED