Class AssertingOp<T>

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

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

  • 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