public static class TestBigdataSailRemoteRepository.ReadWriteTx<S extends IIndexManager> extends TestBigdataSailRemoteRepository<S>
Note: This does not change whether or not a transaction may be created, just whether or not the namespace will allow an operation that is isolated by a read/write transaction.
TestBigdataSailRemoteRepository.ReadWriteTx<S extends IIndexManager>TestCase2.MyProperties, TestCase2.RandomTypecxn, DEFAULT_PREFIX, repom_client, m_fixture, m_mgr, m_repo, m_rootURL, m_serviceURL, namespace, packagePath_randomType, log| Constructor and Description |
|---|
TestBigdataSailRemoteRepository.ReadWriteTx() |
TestBigdataSailRemoteRepository.ReadWriteTx(String name) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getProperties()
Enable isolatable indices for so we can have concurrent read/write
transactions in the
RepositoryConnection. |
void |
test_tx_begin_addStatement_commit()
Basic test creates a read/write connection, issues begin(), and then
issues commit() on the connection.
|
void |
test_tx_begin_UPDATE_commit()
Basic test creates a read/write connection, issues begin(), and then
issues commit() on the connection.
|
doDeleteWithAccessPath, doGetWithAccessPath, doInsertByBody, doInsertWithBodyTest, getNamespaceDeclarations, setUp, suite, tearDown, test_ASK, test_CONTEXTS, test_DELETE_accessPath_delete_all, test_DELETE_accessPath_delete_c_nothingMatched, test_DELETE_accessPath_delete_c, test_DELETE_accessPath_delete_c1, test_DELETE_accessPath_delete_NothingMatched, test_DELETE_accessPath_delete_o_Literal, test_DELETE_accessPath_delete_o_URI, test_DELETE_accessPath_delete_p_o_Literal, test_DELETE_accessPath_delete_p_o_URI, test_DELETE_accessPath_delete_p, test_DELETE_accessPath_delete_s, test_GET_accessPath_delete_all, test_GET_accessPath_delete_c_nothingMatched, test_GET_accessPath_delete_c, test_GET_accessPath_delete_c1, test_GET_accessPath_delete_NothingMatched, test_GET_accessPath_delete_o_Literal, test_GET_accessPath_delete_o_URI, test_GET_accessPath_delete_p_o_Literal, test_GET_accessPath_delete_p_o_URI, test_GET_accessPath_delete_p, test_GET_accessPath_delete_s, test_GET_SELECT_ERROR, test_INSERT_LOAD_FROM_URI, test_INSERT_NQuads_by_URL, test_INSERT_triples_with_BODY_and_defaultContext, test_INSERT_triples_with_URI_and_defaultContext, test_INSERT_veryLargeLiteral, test_INSERT_withBody_N3, test_INSERT_withBody_NTRIPLES, test_INSERT_withBody_RDFXML, test_INSERT_withBody_TRIG, test_INSERT_withBody_TRIX, test_INSERT_withBody_TURTLE, test_POST_INSERT_withBody_NQUADS, test_SELECT_ALL, test_tx_begin_commit, test_tx_begin_rollbackasGraph, asGraph, assertSameGraph, assertSameGraph, countAll, countMatches, countResults, countResults, countResults, doConstructTest, doDeleteWithBody, doDeleteWithPostTest, doDeleteWithQuery, doDescribeTest, doInsertbyURL, genNTRIPLES, genNTRIPLES2, getExactSize, getMatches, getResponseBody, getTestMode, getVeryLargeLiteral, loadGraphFromResource, newFixture, readFromFile, readGraphFromFile, setupDataOnServer, setupQuadsDataOnServer, writeOnBuffergetDelegate, getIndexManager, getOurDelegate, setDelegatecheckIfProxy, setUp, tearDown, tearDownAfterSuiteassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEqualsWithinUlps, assertSameArray, assertSameArray, assertSameBigDecimal, assertSameBigDecimal, assertSameBigInteger, assertSameBigInteger, assertSameIterator, assertSameIterator, assertSameIteratorAnyOrder, assertSameIteratorAnyOrder, assertSameValue, assertSameValue, assertZeroUlps, assertZeroUlps, fail, getInnerCause, getNormalInt, getProjectBuildPath, getRandomObject, getRandomObject, getRandomOrder, getRandomString, getTestInputStream, getTestResource, getTestResource, getUlps, getUlps, isDEBUG, isDEBUG, isINFO, isINFO, isInnerCause, logPropertiesassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic TestBigdataSailRemoteRepository.ReadWriteTx()
public TestBigdataSailRemoteRepository.ReadWriteTx(String name)
public Properties getProperties()
RepositoryConnection.getProperties in class ProxyTestCase<S extends IIndexManager>Properties object that supplies bindings for
property names according to the described hierarchy among
property resources. The returned Properties is NOT
cached.
TODO This does not handle the recursive truncation of the
class name to search for "test.properties" yet.public void test_tx_begin_addStatement_commit()
throws org.openrdf.repository.RepositoryException,
org.openrdf.query.MalformedQueryException,
org.openrdf.query.UpdateExecutionException
org.openrdf.repository.RepositoryExceptionorg.openrdf.query.MalformedQueryExceptionorg.openrdf.query.UpdateExecutionExceptionpublic void test_tx_begin_UPDATE_commit()
throws org.openrdf.repository.RepositoryException,
org.openrdf.query.MalformedQueryException,
org.openrdf.query.UpdateExecutionException
org.openrdf.repository.RepositoryExceptionorg.openrdf.query.MalformedQueryExceptionorg.openrdf.query.UpdateExecutionExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.