Uses of Interface
io.nosqlbench.engine.api.activityapi.core.Stoppable
| Package | Description |
|---|---|
| io.nosqlbench.engine.api.activityapi.core | |
| io.nosqlbench.engine.api.activityimpl.motor |
-
Uses of Stoppable in io.nosqlbench.engine.api.activityapi.core
Subinterfaces of Stoppable in io.nosqlbench.engine.api.activityapi.core Modifier and Type Interface Description interfaceMotor<T>The core threading harness within an activity.Classes in io.nosqlbench.engine.api.activityapi.core that implement Stoppable Modifier and Type Class Description classBaseAsyncAction<D,A extends Activity> -
Uses of Stoppable in io.nosqlbench.engine.api.activityimpl.motor
Classes in io.nosqlbench.engine.api.activityimpl.motor that implement Stoppable Modifier and Type Class Description classCoreMotor<D>ActivityMotor is a Runnable which runs in one of an activity's many threads.