| パッケージ | 説明 |
|---|---|
| org.dbflute.helper.thread |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CountDownRaceLatch |
CountDownRaceRunner._ourLatch |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CountDownRaceLatch |
CountDownRaceRunner.getOurLatch()
Get the our latch to handle the threads.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Callable<Void> |
CountDownRace.createCallable(CountDownRaceExecution execution,
CountDownLatch ready,
CountDownLatch start,
CountDownLatch goal,
CountDownRaceLatch ourLatch,
int entryNumber,
Object lockObj) |
protected CountDownRaceRunner |
CountDownRace.createRunner(long threadId,
CountDownRaceLatch ourLatch,
int entryNumber,
Object lockObj) |
| コンストラクタと説明 |
|---|
CountDownRaceRunner(long threadId,
CountDownRaceLatch ourLatch,
int entryNumber,
Object lockObj,
int countOfEntry) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.