Uses of Enum Class
io.nosqlbench.engine.api.activityimpl.Dryrun
Packages that use Dryrun
-
Uses of Dryrun in io.nosqlbench.engine.api.activityimpl
Subclasses with type arguments of type Dryrun in io.nosqlbench.engine.api.activityimplMethods in io.nosqlbench.engine.api.activityimpl that return DryrunModifier and TypeMethodDescriptionstatic DryrunReturns the enum constant of this class with the specified name.static Dryrun[]Dryrun.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.nosqlbench.engine.api.activityimpl with parameters of type DryrunModifier and TypeMethodDescriptionstatic <OP extends CycleOp<?>,SPACE extends Space>
OpDispenser<? extends OP> OpDryrun.wrapOptionally(DriverAdapter<? extends OP, ? extends SPACE> adapter, OpDispenser<? extends OP> dispenser, ParsedOp pop, Dryrun dryrun) static <OP extends CycleOp<?>,SPACE extends Space>
OpDispenser<? extends OP> OpFunctionComposition.wrapOptionally(DriverAdapter<? extends OP, ? extends SPACE> adapter, OpDispenser<? extends OP> dispenser, ParsedOp pop, Dryrun dryrun)