Class AwaitStepSliceTask
- java.lang.Object
-
- com.github.akurilov.commons.concurrent.AsyncRunnableBase
-
- com.github.akurilov.fiber4j.FiberBase
-
- com.github.akurilov.fiber4j.ExclusiveFiberBase
-
- com.emc.mongoose.base.load.step.client.AwaitStepSliceTask
-
- All Implemented Interfaces:
com.github.akurilov.commons.concurrent.AsyncRunnable,com.github.akurilov.fiber4j.Fiber,java.rmi.Remote
public class AwaitStepSliceTask extends com.github.akurilov.fiber4j.ExclusiveFiberBase
-
-
Constructor Summary
Constructors Constructor Description AwaitStepSliceTask(LoadStep stepSlice, java.util.concurrent.CountDownLatch awaitCountDown)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinvokeTimedExclusively(long startTimeNanos)-
Methods inherited from class com.github.akurilov.commons.concurrent.AsyncRunnableBase
await, await, close, doClose, doShutdown, isClosed, isInitial, isShutdown, isStarted, isStopped, shutdown, start, state, stop
-
-
-
-
Constructor Detail
-
AwaitStepSliceTask
public AwaitStepSliceTask(LoadStep stepSlice, java.util.concurrent.CountDownLatch awaitCountDown)
-
-