Uses of Interface
io.nosqlbench.engine.api.activityimpl.input.ProgressCapable
-
Uses of ProgressCapable in io.nosqlbench.engine.api.activityapi.core
Subinterfaces of ProgressCapable in io.nosqlbench.engine.api.activityapi.core Modifier and Type Interface Description interfaceActivityProvides the components needed to build and run an activity a runtime. -
Uses of ProgressCapable in io.nosqlbench.engine.api.activityimpl
Classes in io.nosqlbench.engine.api.activityimpl that implement ProgressCapable Modifier and Type Class Description classSimpleActivityA default implementation of an Activity, suitable for building upon. -
Uses of ProgressCapable in io.nosqlbench.engine.api.activityimpl.input
Classes in io.nosqlbench.engine.api.activityimpl.input that implement ProgressCapable Modifier and Type Class Description classAtomicInputTODO: This documentation is out of date as of 2.0.0 -
Uses of ProgressCapable in io.nosqlbench.engine.api.activityimpl.uniform
Classes in io.nosqlbench.engine.api.activityimpl.uniform that implement ProgressCapable Modifier and Type Class Description classStandardActivity<R extends io.nosqlbench.engine.api.activityimpl.uniform.flowtypes.Op,S>This is a typed activity which is expected to be come the standard core of all new activity types.classStandardActivityType<A extends StandardActivity<?,?>>