org.neo4j.kernel.impl.core
Interface LastCommittedTxIdSetter

All Known Implementing Classes:
AsyncZooKeeperLastCommittedTxIdSetter, ZooKeeperLastCommittedTxIdSetter

public interface LastCommittedTxIdSetter


Method Summary
 void close()
           
 void setLastCommittedTxId(long txId)
           
 

Method Detail

setLastCommittedTxId

void setLastCommittedTxId(long txId)

close

void close()


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