org.neo4j.kernel.ha
Class SlaveContext

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

public final class SlaveContext
extends Object


Constructor Summary
SlaveContext(int machineId, int eventIdentifier, Pair<String,Long>[] lastAppliedTransactions)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getEventIdentifier()
           
 int hashCode()
           
 Pair<String,Long>[] lastAppliedTransactions()
           
 int machineId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SlaveContext

public SlaveContext(int machineId,
                    int eventIdentifier,
                    Pair<String,Long>[] lastAppliedTransactions)
Method Detail

machineId

public int machineId()

lastAppliedTransactions

public Pair<String,Long>[] lastAppliedTransactions()

getEventIdentifier

public int getEventIdentifier()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010 The Neo4j Graph Database Project. All Rights Reserved.