Uses of Class
org.eclipse.rdf4j.common.transaction.IsolationLevels
-
Packages that use IsolationLevels Package Description org.eclipse.rdf4j.common.transaction Common classes and interfaces for transaction settingsorg.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSail
s. -
-
Uses of IsolationLevels in org.eclipse.rdf4j.common.transaction
Fields in org.eclipse.rdf4j.common.transaction with type parameters of type IsolationLevels Modifier and Type Field Description private java.util.List<? extends IsolationLevels>
IsolationLevels. compatibleLevels
Methods in org.eclipse.rdf4j.common.transaction that return IsolationLevels Modifier and Type Method Description static IsolationLevels
IsolationLevels. valueOf(java.lang.String name)
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 Constructor Description IsolationLevels(IsolationLevels... compatibleLevels)
-
Uses of IsolationLevels in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers with parameters of type IsolationLevels Modifier and Type Method Description protected 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 IsolationLevels Modifier and Type Field Description private static IsolationLevels
AbstractForwardChainingInferencer. READ_COMMITTED
-