Uses of Interface
io.nosqlbench.engine.api.activityapi.core.Action
Packages that use Action
Package
Description
-
Uses of Action in io.nosqlbench.engine.api.activityapi.core
Subinterfaces of Action in io.nosqlbench.engine.api.activityapi.coreModifier and TypeInterfaceDescriptioninterfaceAsyncAction<D>An AsyncAction allows an activity type to implement asynchronous operations within each thread.interfaceClasses in io.nosqlbench.engine.api.activityapi.core that implement ActionMethods in io.nosqlbench.engine.api.activityapi.core that return ActionModifier and TypeMethodDescriptionActionDispenser.getAction(int slot) Resolve (find or create) an Action instance for the slot specified.Motor.getAction()Methods in io.nosqlbench.engine.api.activityapi.core with parameters of type Action -
Uses of Action in io.nosqlbench.engine.api.activityimpl.action
Classes in io.nosqlbench.engine.api.activityimpl.action that implement ActionMethods in io.nosqlbench.engine.api.activityimpl.action that return Action -
Uses of Action in io.nosqlbench.engine.api.activityimpl.motor
Methods in io.nosqlbench.engine.api.activityimpl.motor that return ActionMethods in io.nosqlbench.engine.api.activityimpl.motor with parameters of type ActionModifier and TypeMethodDescriptionSet the action for this ActivityMotor.Constructors in io.nosqlbench.engine.api.activityimpl.motor with parameters of type Action -
Uses of Action in io.nosqlbench.engine.api.activityimpl.uniform.actions
Classes in io.nosqlbench.engine.api.activityimpl.uniform.actions that implement ActionModifier and TypeClassDescriptionclassStandardAction<A extends StandardActivity<R,?>, R extends LongFunction> This is the generified version of an Action.