Class Cqld4RawStmtDispenser

  • Constructor Details

  • Method Details

    • createStmtFunc

      protected LongFunction<com.datastax.oss.driver.api.core.cql.Statement> createStmtFunc(ParsedOp cmd)
    • getOp

      public Cqld4CqlSimpleStatement getOp(long cycle)
      Description copied from interface: OpDispenser
      This method should do all the work of creating an operation that is executable by some other caller. The value produced by the apply method should not require additional processing if a caller wants to execute the operation multiple times, as for retries.
      Specified by:
      getOp in interface OpDispenser<Cqld4CqlSimpleStatement>
      Specified by:
      getOp in class Cqld4CqlBaseOpDispenser<Cqld4CqlSimpleStatement>
      Parameters:
      cycle - The cycle number which serves as the seed for any generated op fields to be bound into an operation.
      Returns:
      an executable operation