Class RowDifferencer.ThreadLocalWrapper

java.lang.Object
io.nosqlbench.activitytype.cqlverify.RowDifferencer.ThreadLocalWrapper
All Implemented Interfaces:
io.nosqlbench.activitytype.cql.api.RowCycleOperator
Enclosing class:
RowDifferencer

public static class RowDifferencer.ThreadLocalWrapper
extends java.lang.Object
implements io.nosqlbench.activitytype.cql.api.RowCycleOperator
  • Constructor Summary

    Constructors 
    Constructor Description
    ThreadLocalWrapper​(VerificationMetrics metrics, io.nosqlbench.virtdata.core.bindings.Bindings bindings, DiffType diffType)  
  • Method Summary

    Modifier and Type Method Description
    int apply​(com.datastax.driver.core.Row row, long cycle)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • apply

      public int apply​(com.datastax.driver.core.Row row, long cycle)
      Specified by:
      apply in interface io.nosqlbench.activitytype.cql.api.RowCycleOperator