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 |
---|---|
URI |
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.URI getURI()
Copyright © 2001-2016 Aduna. All Rights Reserved.