Uses of Class
io.nosqlbench.engine.api.activityimpl.motor.RunStateImage
Packages that use RunStateImage
-
Uses of RunStateImage in io.nosqlbench.engine.api.activityimpl.motor
Methods in io.nosqlbench.engine.api.activityimpl.motor that return RunStateImageModifier and TypeMethodDescriptionExactly likeRunStateTally.awaitAny(RunState...), except that it allows for a timeout, after which the method will unblock and signal a timeout if the await condition is still not met.Await until at least one of the provided runStates has a positive value.RunStateTally.awaitNoneOf(long timeoutMillis, RunState... runStates) Exactly likeRunStateTally.awaitNoneOf(RunState...), except that it allows for a timeout, after which the method will unblock and signal a timeout if the await condition is still not met.RunStateTally.awaitNoneOf(RunState... runStates) Await until there are zero counts for all of the specifiedRunStates.RunStateTally.awaitNoneOther(long timeoutMillis, RunState... runStates) Exactly likeRunStateTally.awaitNoneOther(long, RunState...), except that it allows for a timeout, after which the method will unblock and signal an error if the await condition is still false.RunStateTally.awaitNoneOther(RunState... runStates) Await until all states but the providedRunStates have zero counts.