Uses of Interface
io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets.StartedOp
-
Uses of StartedOp in io.nosqlbench.engine.api.activityapi.core.ops.fluent
Methods in io.nosqlbench.engine.api.activityapi.core.ops.fluent with parameters of type StartedOp Modifier and Type Method Description voidOpTrackerImpl. onOpStarted(StartedOp<D> op) -
Uses of StartedOp in io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets
Subinterfaces of StartedOp in io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets Modifier and Type Interface Description interfaceOpFacets<D>This interface represents the union of interfaces needed for all of the behavioral facets of a useful Op implementation.Classes in io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets that implement StartedOp Modifier and Type Class Description classEventedOpImpl<D>classOpImpl<D>Methods in io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets that return StartedOp Modifier and Type Method Description StartedOp<D>OpImpl. retry()StartedOp<D>StartedOp. retry()Reset the service timer on this op, and increment the tries counterStartedOp<D>EventedOpImpl. start()StartedOp<D>OpImpl. start()StartedOp<D>TrackedOp. start()Signify to NB that the associated operation is known to have started processing in some specific way according to the implementing activity type.Methods in io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets with parameters of type StartedOp Modifier and Type Method Description voidOpEvents. onOpStarted(StartedOp<D> op) -
Uses of StartedOp in io.nosqlbench.engine.api.activityimpl.motor
Methods in io.nosqlbench.engine.api.activityimpl.motor with parameters of type StartedOp Modifier and Type Method Description voidStrideTracker. onOpStarted(StartedOp<D> op)