org.neo4j.kernel.ha.transaction
Class MasterTxHook

java.lang.Object
  extended by org.neo4j.kernel.DefaultTxHook
      extended by org.neo4j.kernel.ha.transaction.MasterTxHook
All Implemented Interfaces:
org.neo4j.kernel.impl.transaction.RemoteTxHook

public class MasterTxHook
extends org.neo4j.kernel.DefaultTxHook


Constructor Summary
MasterTxHook()
           
 
Method Summary
 boolean freeIdsDuringRollback()
           
 
Methods inherited from class org.neo4j.kernel.DefaultTxHook
remotelyFinishTransaction, remotelyInitializeTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterTxHook

public MasterTxHook()
Method Detail

freeIdsDuringRollback

public boolean freeIdsDuringRollback()
Specified by:
freeIdsDuringRollback in interface org.neo4j.kernel.impl.transaction.RemoteTxHook
Overrides:
freeIdsDuringRollback in class org.neo4j.kernel.DefaultTxHook


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.