public class TransactionStateChecker extends Object implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static TransactionStateChecker |
create(TransitionalPeriodTransactionMessContainer container) |
boolean |
isNodeDeletedInCurrentTx(long id) |
boolean |
isRelationshipDeletedInCurrentTx(long id) |
public static TransactionStateChecker create(TransitionalPeriodTransactionMessContainer container)
public void close()
close in interface AutoCloseablepublic boolean isNodeDeletedInCurrentTx(long id)
public boolean isRelationshipDeletedInCurrentTx(long id)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.