Package | Description |
---|---|
com.bigdata.rdf.sail.webapp.client |
Modifier and Type | Method and Description |
---|---|
IRemoteTx |
RemoteTransactionManager.createTx(long timestamp)
CREATE-TX: Create a transaction on the server.
|
Modifier and Type | Method and Description |
---|---|
RemoteRepository |
RemoteRepositoryManager.getRepositoryForURL(String sparqlEndpointURL,
IRemoteTx tx)
Obtain a flyweight
RemoteRepository for the data set having the
specified SPARQL end point. |
protected ConnectOptions |
RemoteRepositoryManager.newQueryConnectOptions(String sparqlEndpointURL,
UUID uuid,
IRemoteTx tx)
Return the
ConnectOptions which will be used by default for the
SPARQL end point for a QUERY or other idempotent operation. |
protected ConnectOptions |
RemoteRepositoryManager.newUpdateConnectOptions(String sparqlEndpointURL,
UUID uuid,
IRemoteTx tx)
Return the
ConnectOptions which will be used by default for the
SPARQL end point for an UPDATE or other non-idempotant operation. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.