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
StackableSails.-
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.compatibleLevelsMethods 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.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 voidAbstractSail.addSupportedIsolationLevel(IsolationLevels level) Appends the providedIsolationLevelsto 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 IsolationLevelsAbstractForwardChainingInferencer.READ_COMMITTED