Class ExceededRetryReplaceException

All Implemented Interfaces:
Serializable

public class ExceededRetryReplaceException extends CqlGenericCycleException
This is a synthetic error generated by the cql driver in NoSQLBench when the retryreplace option is used but the number of LWT round-trips from the driver is excessive. The number of LWT round trips allowed is controlled by the maxlwtretries op field.
See Also:
  • Constructor Details

    • ExceededRetryReplaceException

      public ExceededRetryReplaceException(com.datastax.oss.driver.api.core.cql.AsyncResultSet resultSet, String queryString, int retries)
  • Method Details

    • getResultSet

      public com.datastax.oss.driver.api.core.cql.AsyncResultSet getResultSet()
    • getQueryString

      public String getQueryString()