public class SailIsolationLevelTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Repository |
store |
| Constructor and Description |
|---|
SailIsolationLevelTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertNotFailed() |
protected long |
count(RepositoryConnection con,
Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected void |
fail(String message,
Throwable t) |
protected Thread |
incrementBy(CountDownLatch start,
CountDownLatch observed,
IsolationLevels level,
ValueFactory vf,
URI subj,
URI pred,
int by) |
protected void |
insertTestStatement(RepositoryConnection connection,
int i) |
protected boolean |
isSupported(IsolationLevels level) |
protected Literal |
readLiteral(RepositoryConnection con,
URI subj,
URI pred) |
void |
setUp() |
void |
tearDown() |
void |
testNone() |
void |
testReadCommitted() |
void |
testReadUncommitted() |
void |
testSerializable() |
void |
testSnapshot() |
void |
testSnapshotRead() |
protected Repository store
protected boolean isSupported(IsolationLevels level) throws RepositoryException
RepositoryExceptionprotected Thread incrementBy(CountDownLatch start, CountDownLatch observed, IsolationLevels level, ValueFactory vf, URI subj, URI pred, int by)
protected long count(RepositoryConnection con, Resource subj, URI pred, Value obj, boolean includeInferred, Resource... contexts) throws RepositoryException
RepositoryExceptionprotected Literal readLiteral(RepositoryConnection con, URI subj, URI pred) throws RepositoryException
RepositoryExceptionprotected void insertTestStatement(RepositoryConnection connection, int i) throws RepositoryException
RepositoryExceptionprotected void assertNotFailed()
Copyright © 2001–2015 Aduna. All rights reserved.