Enum IsolationLevels

java.lang.Object
java.lang.Enum<IsolationLevels>
org.eclipse.rdf4j.common.transaction.IsolationLevels
All Implemented Interfaces:
Serializable, Comparable<IsolationLevels>, IsolationLevel, TransactionSetting

public enum IsolationLevels extends Enum<IsolationLevels> implements IsolationLevel
Enumeration of Transaction IsolationLevels supported by RDF4J. Note that RDF4J stores are not required to support all levels, consult the documentatation for the specific SAIL implementation you are using to find out which levels are supported.
Author:
Jeen Broekstra, James Leigh