Class DryrunOp<T>

java.lang.Object
io.nosqlbench.adapters.api.activityimpl.uniform.opwrappers.DryrunOp<T>
All Implemented Interfaces:
CycleOp<T>, LongFunction<T>

public class DryrunOp<T> extends Object implements CycleOp<T>
  • Constructor Details

    • DryrunOp

      public DryrunOp(CycleOp<T> op)
  • Method Details

    • apply

      public T apply(long value)
      Description copied from interface: CycleOp

      Run an action for the given cycle.

      Specified by:
      apply in interface CycleOp<T>
      Specified by:
      apply in interface LongFunction<T>
      Parameters:
      value - The cycle value for which an operation is run