org.neo4j.kernel.ha
Class ZooKeeperLastCommittedTxIdSetter

java.lang.Object
  extended by org.neo4j.kernel.ha.ZooKeeperLastCommittedTxIdSetter
All Implemented Interfaces:
LastCommittedTxIdSetter

public class ZooKeeperLastCommittedTxIdSetter
extends Object
implements LastCommittedTxIdSetter


Constructor Summary
ZooKeeperLastCommittedTxIdSetter(Broker broker)
           
 
Method Summary
 void close()
           
 void setLastCommittedTxId(long txId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZooKeeperLastCommittedTxIdSetter

public ZooKeeperLastCommittedTxIdSetter(Broker broker)
Method Detail

setLastCommittedTxId

public void setLastCommittedTxId(long txId)
Specified by:
setLastCommittedTxId in interface LastCommittedTxIdSetter

close

public void close()
Specified by:
close in interface LastCommittedTxIdSetter


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