org.neo4j.kernel.ha
Class MasterElectionInput

java.lang.Object
  extended by org.neo4j.kernel.ha.MasterElectionInput

public class MasterElectionInput
extends Object


Constructor Summary
MasterElectionInput(long lastCommittedTx, int masterForTx)
           
 
Method Summary
 long getLastCommittedTx()
           
 int getMasterForTx()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterElectionInput

public MasterElectionInput(long lastCommittedTx,
                           int masterForTx)
Method Detail

getLastCommittedTx

public long getLastCommittedTx()

getMasterForTx

public int getMasterForTx()


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