public class CountDownRace extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected int |
_runnerCount |
| コンストラクタと説明 |
|---|
CountDownRace(int runnerCount) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Callable<Void> |
createCallable(CountDownRaceExecution execution,
CountDownLatch ready,
CountDownLatch start,
CountDownLatch goal,
CountDownRaceLatch ourLatch,
int entryNumber,
Object lockObj) |
protected CountDownRaceRunner |
createRunner(long threadId,
CountDownRaceLatch ourLatch,
int entryNumber,
Object lockObj) |
protected void |
doReadyGo(CountDownRaceExecution execution) |
protected void |
handleFuture(List<Future<Void>> futureList) |
void |
readyGo(CountDownRaceExecution oneArgLambda) |
public void readyGo(CountDownRaceExecution oneArgLambda)
protected void doReadyGo(CountDownRaceExecution execution)
protected Callable<Void> createCallable(CountDownRaceExecution execution, CountDownLatch ready, CountDownLatch start, CountDownLatch goal, CountDownRaceLatch ourLatch, int entryNumber, Object lockObj)
protected CountDownRaceRunner createRunner(long threadId, CountDownRaceLatch ourLatch, int entryNumber, Object lockObj)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.