Uses of Interface
io.nosqlbench.engine.api.activityapi.core.progress.StateCapable
Packages that use StateCapable
Package
Description
-
Uses of StateCapable in io.nosqlbench.engine.api.activityapi.core
Subinterfaces of StateCapable in io.nosqlbench.engine.api.activityapi.coreModifier and TypeInterfaceDescriptioninterfaceProvides the components needed to build and run an activity a runtime. -
Uses of StateCapable in io.nosqlbench.engine.api.activityimpl
Classes in io.nosqlbench.engine.api.activityimpl that implement StateCapableModifier and TypeClassDescriptionclassclassA default implementation of an Activity, suitable for building upon.Constructors in io.nosqlbench.engine.api.activityimpl with parameters of type StateCapableModifierConstructorDescriptionProgressAndStateMeter(InputProgressMeter meter, StateCapable statesrc) -
Uses of StateCapable in io.nosqlbench.engine.api.activityimpl.uniform
Classes in io.nosqlbench.engine.api.activityimpl.uniform that implement StateCapableModifier and TypeClassDescriptionclassStandardActivity<R extends LongFunction,S> This is a typed activity which is expected to become the standard core of all new activity types.