public abstract class SailIsolationLevelTest extends Object
Constructor and Description |
---|
SailIsolationLevelTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertNotFailed() |
protected long |
count(SailConnection con,
Resource subj,
IRI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected abstract Sail |
createSail() |
protected void |
fail(String message,
Throwable t) |
protected Thread |
incrementBy(CountDownLatch start,
CountDownLatch observed,
IsolationLevels level,
ValueFactory vf,
IRI subj,
IRI pred,
int by) |
protected void |
insertTestStatement(SailConnection connection,
int i) |
protected boolean |
isSupported(IsolationLevels level) |
protected Literal |
readLiteral(SailConnection con,
IRI subj,
IRI pred) |
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
void |
testNone() |
void |
testReadCommitted() |
void |
testReadUncommitted() |
void |
testSerializable() |
void |
testSnapshot() |
void |
testSnapshotRead() |
protected Sail store
protected abstract Sail createSail() throws SailException
SailException
protected boolean isSupported(IsolationLevels level) throws SailException
SailException
protected Thread incrementBy(CountDownLatch start, CountDownLatch observed, IsolationLevels level, ValueFactory vf, IRI subj, IRI pred, int by)
protected long count(SailConnection con, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) throws SailException
SailException
protected Literal readLiteral(SailConnection con, IRI subj, IRI pred) throws SailException
SailException
protected void insertTestStatement(SailConnection connection, int i) throws SailException
SailException
protected void assertNotFailed()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.