public interface IsolationLevel
IsolationLevels
, third-party
triplestore implementors may choose to add additional IsolationLevel implementations if their triplestore's isolation
contract is different from what is provided by default.Modifier and Type | Method and Description |
---|---|
IRI |
getURI()
Get a URI uniquely representing this isolation level.
|
boolean |
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 isCompatibleWith(IsolationLevel otherLevel)
otherLevel
- an other isolation level to check compatibility against.IRI getURI()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.