public class ArrivalsThreadStarter extends AbstractThreadStarter
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
protected double |
rollingTime |
protected long |
scheduledCount |
context, engine, groupIndex, notifier, owner, startTime, threadGroupTree, threadIndex, treeCloneMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ArrivalsThreadStarter(int groupIndex,
org.apache.jmeter.threads.ListenerNotifier listenerNotifier,
org.apache.jorphan.collections.ListedHashTree listedHashTree,
org.apache.jmeter.engine.StandardJMeterEngine standardJMeterEngine,
ArrivalsThreadGroup owner) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
getCurrentRate() |
boolean |
needMoreArrivals() |
protected void |
supplyActiveThreads() |
protected void |
tickRollingTime(double currentRate) |
addActiveThread, cloneTree, makeThread, runactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic ArrivalsThreadStarter(int groupIndex,
org.apache.jmeter.threads.ListenerNotifier listenerNotifier,
org.apache.jorphan.collections.ListedHashTree listedHashTree,
org.apache.jmeter.engine.StandardJMeterEngine standardJMeterEngine,
ArrivalsThreadGroup owner)
protected void supplyActiveThreads()
throws InterruptedException
supplyActiveThreads in class AbstractThreadStarterInterruptedExceptionpublic boolean needMoreArrivals()
throws InterruptedException
InterruptedExceptionprotected double getCurrentRate()
protected void tickRollingTime(double currentRate)
Copyright © 2017. All rights reserved.