Uses of Interface
io.nosqlbench.engine.api.activityapi.core.ActivityDefObserver
Packages that use ActivityDefObserver
Package
Description
-
Uses of ActivityDefObserver in io.nosqlbench.adapter.diag
Classes in io.nosqlbench.adapter.diag that implement ActivityDefObserver -
Uses of ActivityDefObserver in io.nosqlbench.engine.api.activityapi.core
Subinterfaces of ActivityDefObserver in io.nosqlbench.engine.api.activityapi.coreModifier and TypeInterfaceDescriptioninterfaceProvides the components needed to build and run an activity a runtime.Classes in io.nosqlbench.engine.api.activityapi.core that implement ActivityDefObserver -
Uses of ActivityDefObserver in io.nosqlbench.engine.api.activityapi.core.ops.fluent
Classes in io.nosqlbench.engine.api.activityapi.core.ops.fluent that implement ActivityDefObserverModifier and TypeClassDescriptionclassThis tracker keeps track of the state of operations associated with it. -
Uses of ActivityDefObserver in io.nosqlbench.engine.api.activityimpl
Classes in io.nosqlbench.engine.api.activityimpl that implement ActivityDefObserverModifier and TypeClassDescriptionclassA default implementation of an Activity, suitable for building upon. -
Uses of ActivityDefObserver in io.nosqlbench.engine.api.activityimpl.input
Classes in io.nosqlbench.engine.api.activityimpl.input that implement ActivityDefObserverModifier and TypeClassDescriptionclassTODO: This documentation is out of date as of 2.0.0 -
Uses of ActivityDefObserver in io.nosqlbench.engine.api.activityimpl.motor
Classes in io.nosqlbench.engine.api.activityimpl.motor that implement ActivityDefObserverModifier and TypeClassDescriptionclassCoreMotor<D>ActivityMotor is a Runnable which runs in one of an activity's many threads. -
Uses of ActivityDefObserver in io.nosqlbench.engine.api.activityimpl.uniform
Classes in io.nosqlbench.engine.api.activityimpl.uniform that implement ActivityDefObserverModifier and TypeClassDescriptionclassStandardActivity<R extends LongFunction,S> This is a typed activity which is expected to become the standard core of all new activity types. -
Uses of ActivityDefObserver in io.nosqlbench.engine.api.activityimpl.uniform.actions
Classes in io.nosqlbench.engine.api.activityimpl.uniform.actions that implement ActivityDefObserverModifier and TypeClassDescriptionclassStandardAction<A extends StandardActivity<R,?>, R extends LongFunction> This is the generified version of an Action.