Package io.nosqlbench.engine.api.activityapi.core
package io.nosqlbench.engine.api.activityapi.core
-
ClassDescriptionAn action is the core logic that occurs within an activity.An ActionDispenser is created for each Activity instance within a scenario.Dispensers that implement this decorator interface might need to know about the other activities that are present in a configuration.Provides the components needed to build and run an activity a runtime.Decorator interface for getting notified when an activities parameters are changed at runtime.All the accessors of the metrics that will be used for each activity instance.AsyncAction<D>An AsyncAction allows an activity type to implement asynchronous operations within each thread.BaseAsyncAction<D,
A extends Activity> Motor<T>The core threading harness within an activity.A MotorDispenser is created for each Activity instance within a scenario.This enum indicates the state of a thread within an activity.