com.sleepycat.je.rep.utilint
Class SizeAwaitMap.ThresholdLatch

java.lang.Object
  extended by java.util.concurrent.CountDownLatch
      extended by com.sleepycat.je.rep.utilint.SizeAwaitMap.ThresholdLatch
Enclosing class:
SizeAwaitMap<K,V>

 class SizeAwaitMap.ThresholdLatch
extends CountDownLatch

Subtype to keep track of how the latch was cleared.


Constructor Summary
SizeAwaitMap.ThresholdLatch(int count)
           
 
Method Summary
(package private)  boolean getLatchCleared()
           
(package private)  void setLatchCleared(boolean latchCleared)
           
 
Methods inherited from class java.util.concurrent.CountDownLatch
await, await, countDown, getCount, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SizeAwaitMap.ThresholdLatch

SizeAwaitMap.ThresholdLatch(int count)
Method Detail

getLatchCleared

boolean getLatchCleared()

setLatchCleared

void setLatchCleared(boolean latchCleared)


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