| Package | Description |
|---|---|
| org.eclipse.rdf4j |
| Modifier and Type | Class and Description |
|---|---|
class |
IsolationLevels
Enumeration of Transaction
IsolationLevels supported by Sesame. |
| Modifier and Type | Method and Description |
|---|---|
static IsolationLevel |
IsolationLevels.getCompatibleIsolationLevel(IsolationLevel level,
List<? extends IsolationLevel> supportedLevels)
Determines the first compatible isolation level in the list of supported levels, for the given level.
|
| Modifier and Type | Method and Description |
|---|---|
static IsolationLevel |
IsolationLevels.getCompatibleIsolationLevel(IsolationLevel level,
List<? extends IsolationLevel> supportedLevels)
Determines the first compatible isolation level in the list of supported levels, for the given level.
|
boolean |
IsolationLevel.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.
|
boolean |
IsolationLevels.isCompatibleWith(IsolationLevel otherLevel) |
| Modifier and Type | Method and Description |
|---|---|
static IsolationLevel |
IsolationLevels.getCompatibleIsolationLevel(IsolationLevel level,
List<? extends IsolationLevel> supportedLevels)
Determines the first compatible isolation level in the list of supported levels, for the given level.
|
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.