Uses of Interface
io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets.SkippedOp
-
Uses of SkippedOp in io.nosqlbench.engine.api.activityapi.core.ops.fluent
Methods in io.nosqlbench.engine.api.activityapi.core.ops.fluent with parameters of type SkippedOp Modifier and Type Method Description voidOpTrackerImpl. onOpSkipped(SkippedOp<D> op) -
Uses of SkippedOp in io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets
Subinterfaces of SkippedOp 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 SkippedOp Modifier and Type Class Description classEventedOpImpl<D>classOpImpl<D>Methods in io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets that return SkippedOp Modifier and Type Method Description SkippedOp<D>OpImpl. skip(int reason)SkippedOp<D>TrackedOp. skip(int reason)Mark that this operation is being skipped by the activity type for some reason.Methods in io.nosqlbench.engine.api.activityapi.core.ops.fluent.opfacets with parameters of type SkippedOp Modifier and Type Method Description voidOpEvents. onOpSkipped(SkippedOp<D> op) -
Uses of SkippedOp in io.nosqlbench.engine.api.activityimpl.motor
Methods in io.nosqlbench.engine.api.activityimpl.motor with parameters of type SkippedOp Modifier and Type Method Description voidStrideTracker. onOpSkipped(SkippedOp<D> op)