public class RepeatingMultithreadRunner extends MultithreadRunner
| コンストラクタと説明 |
|---|
RepeatingMultithreadRunner(int threadCount,
int repeatCount,
int retryCount,
StatusReporter reporter) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Runnable |
createRunnable(String name,
SinglethreadRunnable runnable,
CountDownLatch startSignal,
CountDownLatch endSignal,
List<Exception> exceptions) |
int |
getRepeatCount() |
protected int |
getTotalCount() |
done, fault, fault, getDeltaTimeMillis, getExceptions, getRetryCount, getRetryWaitMinMillis, getRetryWaitRangeMillis, getThreadCount, runAndWait, runAndWait, setRetryWaitMinMillis, setRetryWaitRangeMillispublic RepeatingMultithreadRunner(int threadCount,
int repeatCount,
int retryCount,
StatusReporter reporter)
public int getRepeatCount()
protected int getTotalCount()
getTotalCount クラス内 MultithreadRunnerprotected Runnable createRunnable(String name, SinglethreadRunnable runnable, CountDownLatch startSignal, CountDownLatch endSignal, List<Exception> exceptions)
createRunnable クラス内 MultithreadRunnerCopyright © 2016. All rights reserved.