Package | Description |
---|---|
com.bigdata.rdf.sail.webapp.client |
Modifier and Type | Method and Description |
---|---|
void |
IRemoteTx.abort()
Aborts a read/write transaction (discarding its write set) -or-
deactivates a read-only transaction.
|
void |
IRemoteTx.commit()
Prepares and commits a read/write transaction -or- deactivates a
read-only transaction.
|
boolean |
IRemoteTx.prepare()
Return true if the write set of the transaction passes validation at
the time that the server processes this request.
|
IRemoteTxState0 |
RemoteTransactionManager.statusTx(long txId)
STATUS-TX: Return information about a transaction, including whether or
not it is active.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.