Class CqlVerifyActivityType

java.lang.Object
io.nosqlbench.activitytype.cqlverify.CqlVerifyActivityType
All Implemented Interfaces:
io.nosqlbench.engine.api.activityapi.core.ActivityType<CqlVerifyActivity>, io.nosqlbench.engine.api.util.Named

public class CqlVerifyActivityType
extends java.lang.Object
implements io.nosqlbench.engine.api.activityapi.core.ActivityType<CqlVerifyActivity>
  • Field Summary

    Fields inherited from interface io.nosqlbench.engine.api.activityapi.core.ActivityType

    FINDER
  • Constructor Summary

    Constructors 
    Constructor Description
    CqlVerifyActivityType()  
  • Method Summary

    Modifier and Type Method Description
    io.nosqlbench.engine.api.activityapi.core.ActionDispenser getActionDispenser​(CqlVerifyActivity activity)  
    CqlVerifyActivity getActivity​(io.nosqlbench.engine.api.activityimpl.ActivityDef activityDef)  
    java.lang.String getName()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.nosqlbench.engine.api.activityapi.core.ActivityType

    getAssembledActivity, getInputDispenser, getMotorDispenser, getOutputDispenser, getTypeMap
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
      Specified by:
      getName in interface io.nosqlbench.engine.api.activityapi.core.ActivityType<CqlVerifyActivity>
      Specified by:
      getName in interface io.nosqlbench.engine.api.util.Named
    • getActionDispenser

      public io.nosqlbench.engine.api.activityapi.core.ActionDispenser getActionDispenser​(CqlVerifyActivity activity)
      Specified by:
      getActionDispenser in interface io.nosqlbench.engine.api.activityapi.core.ActivityType<CqlVerifyActivity>
    • getActivity

      public CqlVerifyActivity getActivity​(io.nosqlbench.engine.api.activityimpl.ActivityDef activityDef)
      Specified by:
      getActivity in interface io.nosqlbench.engine.api.activityapi.core.ActivityType<CqlVerifyActivity>