Uses of Interface
org.eclipse.rdf4j.common.transaction.IsolationLevel
-
-
Uses of IsolationLevel in org.eclipse.rdf4j.common.transaction
Classes in org.eclipse.rdf4j.common.transaction that implement IsolationLevel Modifier and Type Class Description classIsolationLevelsEnumeration of TransactionIsolationLevels supported by Sesame.Methods in org.eclipse.rdf4j.common.transaction that return IsolationLevel Modifier and Type Method Description static IsolationLevelIsolationLevels. getCompatibleIsolationLevel(IsolationLevel level, List<? extends IsolationLevel> supportedLevels)Determines the first compatible isolation level in the list of supported levels, for the given level.Methods in org.eclipse.rdf4j.common.transaction with parameters of type IsolationLevel Modifier and Type Method Description static IsolationLevelIsolationLevels. getCompatibleIsolationLevel(IsolationLevel level, List<? extends IsolationLevel> supportedLevels)Determines the first compatible isolation level in the list of supported levels, for the given level.booleanIsolationLevel. isCompatibleWith(IsolationLevel otherLevel)Verifies if this transaction isolation level is compatible with the supplied other isolation level - that is, if this transaction isolation level offers at least the same guarantees as the other level.booleanIsolationLevels. isCompatibleWith(IsolationLevel otherLevel)Method parameters in org.eclipse.rdf4j.common.transaction with type arguments of type IsolationLevel Modifier and Type Method Description static IsolationLevelIsolationLevels. getCompatibleIsolationLevel(IsolationLevel level, List<? extends IsolationLevel> supportedLevels)Determines the first compatible isolation level in the list of supported levels, for the given level.
-