Uses of Class
io.nosqlbench.engine.api.activityapi.core.RunState
| Package | Description |
|---|---|
| io.nosqlbench.engine.api.activityapi.core | |
| io.nosqlbench.engine.api.activityimpl | |
| io.nosqlbench.engine.api.activityimpl.input |
-
Uses of RunState in io.nosqlbench.engine.api.activityapi.core
Methods in io.nosqlbench.engine.api.activityapi.core that return RunState Modifier and Type Method Description RunStateActivity. getRunState()static RunStateRunState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RunState[]RunState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.nosqlbench.engine.api.activityapi.core with parameters of type RunState Modifier and Type Method Description booleanRunState. canTransitionTo(RunState to)voidActivity. setRunState(RunState runState) -
Uses of RunState in io.nosqlbench.engine.api.activityimpl
Methods in io.nosqlbench.engine.api.activityimpl that return RunState Modifier and Type Method Description RunStateProgressAndStateMeter. getRunState()RunStateSimpleActivity. getRunState()RunStateSlotStateTracker. getSlotState()Methods in io.nosqlbench.engine.api.activityimpl that return types with arguments of type RunState Modifier and Type Method Description java.util.concurrent.atomic.AtomicReference<RunState>SlotStateTracker. getAtomicSlotState()This is how you share the current slot state most directly, but it has a caveat.Methods in io.nosqlbench.engine.api.activityimpl with parameters of type RunState Modifier and Type Method Description voidSlotStateTracker. enterState(RunState to)Transition the thread slot to a new state.voidSimpleActivity. setRunState(RunState runState) -
Uses of RunState in io.nosqlbench.engine.api.activityimpl.input
Methods in io.nosqlbench.engine.api.activityimpl.input that return RunState Modifier and Type Method Description RunStateStateCapable. getRunState()