Class DataApiBaseOp

java.lang.Object
io.nosqlbench.adapter.dataapi.ops.DataApiBaseOp
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final com.datastax.astra.client.Database
     
    protected static final org.apache.logging.log4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataApiBaseOp(com.datastax.astra.client.Database db)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.nosqlbench.adapters.api.activityimpl.uniform.flowtypes.CycleOp

    apply
  • Field Details

    • logger

      protected static final org.apache.logging.log4j.Logger logger
    • db

      protected final com.datastax.astra.client.Database db
  • Constructor Details

    • DataApiBaseOp

      public DataApiBaseOp(com.datastax.astra.client.Database db)