com.sleepycat.je.rep.impl
Class RepGroupImpl.BarrierState

java.lang.Object
  extended by com.sleepycat.je.rep.impl.RepGroupImpl.BarrierState
Enclosing class:
RepGroupImpl

public static class RepGroupImpl.BarrierState
extends Object

Encapsulates the last known syncup state associated with a node.


Constructor Summary
RepGroupImpl.BarrierState(VLSN lastLocalCBVLSN, long barrierTime)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getBarrierTime()
           
 VLSN getLastCBVLSN()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepGroupImpl.BarrierState

public RepGroupImpl.BarrierState(VLSN lastLocalCBVLSN,
                                 long barrierTime)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getLastCBVLSN

public VLSN getLastCBVLSN()

getBarrierTime

public long getBarrierTime()

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2004-2010 Oracle. All rights reserved.