public class GraphStoreNullTransactional extends GraphStoreNull implements Transactional
| Constructor and Description |
|---|
GraphStoreNullTransactional() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
Abort a transaction - finish the transaction and undo any changes (if a "write" transaction)
|
void |
begin(ReadWrite readWrite)
Start either a READ or WRITE transaction
|
void |
commit()
Commit a transaction - finish the transaction and make any changes permanent (if a "write" transaction)
|
void |
end()
Finish the transaction - if a write transaction and commit() has not been called, then abort
|
boolean |
isInTransaction()
Say whether a transaction is active
|
add, addGraph, delete, find, findNG, getDefaultGraph, getGraphlistGraphNodes, removeGraphadd, clear, close, contains, contains, containsGraph, delete, deleteAny, find, find, getContext, getLock, isEmpty, setDefaultGraph, size, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, clear, close, contains, contains, containsGraph, delete, deleteAny, find, find, getContext, getLock, isEmpty, listGraphNodes, removeGraph, setDefaultGraph, sizepublic void begin(ReadWrite readWrite)
Transactionalbegin in interface Transactionalpublic void commit()
Transactionalcommit in interface Transactionalpublic void abort()
Transactionalabort in interface Transactionalpublic boolean isInTransaction()
TransactionalisInTransaction in interface Transactionalpublic void end()
Transactionalend in interface TransactionalLicenced under the Apache License, Version 2.0