public class GraphAwareLongRunningTransaction extends Object implements LongRunningTransaction
LongRunningTransaction constructed from a TransactionHandle.
It must be in the same package as TransitionalTxManagementKernelTransaction is package protected, and even then,
a lot of ugly stuff is going on in the constructor.| Constructor and Description |
|---|
GraphAwareLongRunningTransaction(org.neo4j.server.rest.transactional.TransactionHandle transactionHandle) |
| Modifier and Type | Method and Description |
|---|---|
void |
resume()
Resume a long-running transaction.
|
void |
suspend()
Suspend a long-running transaction.
|
public GraphAwareLongRunningTransaction(org.neo4j.server.rest.transactional.TransactionHandle transactionHandle)
public void resume()
LongRunningTransactionresume in interface LongRunningTransactionpublic void suspend()
LongRunningTransactionsuspend in interface LongRunningTransactionCopyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.