Class CqlVerifyAsyncAction

java.lang.Object
io.nosqlbench.engine.api.activityapi.core.BaseAsyncAction<io.nosqlbench.activitytype.cql.core.CqlOpData,​io.nosqlbench.activitytype.cql.core.CqlActivity>
io.nosqlbench.activitytype.cql.core.CqlAsyncAction
io.nosqlbench.activitytype.cqlverify.CqlVerifyAsyncAction
All Implemented Interfaces:
io.nosqlbench.engine.api.activityapi.core.Action, io.nosqlbench.engine.api.activityapi.core.ActivityDefObserver, io.nosqlbench.engine.api.activityapi.core.AsyncAction<io.nosqlbench.activitytype.cql.core.CqlOpData>, io.nosqlbench.engine.api.activityapi.core.Stoppable

public class CqlVerifyAsyncAction
extends io.nosqlbench.activitytype.cql.core.CqlAsyncAction
implements io.nosqlbench.engine.api.activityapi.core.ActivityDefObserver
  • Field Summary

    Fields inherited from class io.nosqlbench.engine.api.activityapi.core.BaseAsyncAction

    activity, running, slot
  • Constructor Summary

    Constructors 
    Constructor Description
    CqlVerifyAsyncAction​(io.nosqlbench.engine.api.activityimpl.ActivityDef activityDef, int slot, io.nosqlbench.activitytype.cql.core.CqlActivity cqlActivity)  
  • Method Summary

    Modifier and Type Method Description
    void onActivityDefUpdate​(io.nosqlbench.engine.api.activityimpl.ActivityDef activityDef)  

    Methods inherited from class io.nosqlbench.activitytype.cql.core.CqlAsyncAction

    getOpInitFunction, init, onFailure, onSuccess, startOpCycle, toString

    Methods inherited from class io.nosqlbench.engine.api.activityapi.core.BaseAsyncAction

    enqueue, requestStop

    Methods inherited from class java.lang.Object

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

    • CqlVerifyAsyncAction

      public CqlVerifyAsyncAction​(io.nosqlbench.engine.api.activityimpl.ActivityDef activityDef, int slot, io.nosqlbench.activitytype.cql.core.CqlActivity cqlActivity)
  • Method Details

    • onActivityDefUpdate

      public void onActivityDefUpdate​(io.nosqlbench.engine.api.activityimpl.ActivityDef activityDef)
      Specified by:
      onActivityDefUpdate in interface io.nosqlbench.engine.api.activityapi.core.ActivityDefObserver
      Overrides:
      onActivityDefUpdate in class io.nosqlbench.activitytype.cql.core.CqlAsyncAction