public class CountDownRaceLatch extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CountDownLatch |
_ourLatch |
protected int |
_runnerCount |
| コンストラクタと説明 |
|---|
CountDownRaceLatch(int runnerCount) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
actuallyAwait(CountDownLatch latch) |
protected void |
actuallyCountDown(CountDownLatch latch) |
protected long |
actuallyGetCount(CountDownLatch latch) |
void |
await() |
protected void |
clearLatch() |
protected boolean |
isWaitingLatch() |
protected CountDownLatch |
prepareLatch() |
void |
reset() |
protected final int _runnerCount
protected volatile CountDownLatch _ourLatch
public void await()
protected CountDownLatch prepareLatch()
protected void clearLatch()
protected boolean isWaitingLatch()
protected long actuallyGetCount(CountDownLatch latch)
protected void actuallyCountDown(CountDownLatch latch)
protected void actuallyAwait(CountDownLatch latch)
public void reset()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.