org.neo4j.kernel.ha
Class MasterTxHook
java.lang.Object
org.neo4j.kernel.ha.MasterTxHook
- All Implemented Interfaces:
- org.neo4j.kernel.impl.transaction.TxHook
public class MasterTxHook
- extends Object
- implements org.neo4j.kernel.impl.transaction.TxHook
|
Constructor Summary |
MasterTxHook(org.neo4j.kernel.impl.transaction.TxHook defaultHook)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MasterTxHook
public MasterTxHook(org.neo4j.kernel.impl.transaction.TxHook defaultHook)
initializeTransaction
public void initializeTransaction(int eventIdentifier)
- Specified by:
initializeTransaction in interface org.neo4j.kernel.impl.transaction.TxHook
hasAnyLocks
public boolean hasAnyLocks(Transaction tx)
- Specified by:
hasAnyLocks in interface org.neo4j.kernel.impl.transaction.TxHook
finishTransaction
public void finishTransaction(int eventIdentifier,
boolean success)
- Specified by:
finishTransaction in interface org.neo4j.kernel.impl.transaction.TxHook
freeIdsDuringRollback
public boolean freeIdsDuringRollback()
- Specified by:
freeIdsDuringRollback in interface org.neo4j.kernel.impl.transaction.TxHook
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.