Class ExceededRetryReplaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.nosqlbench.adapter.cqld4.exceptions.CqlGenericCycleException
io.nosqlbench.adapter.cqld4.exceptions.ExceededRetryReplaceException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionExceededRetryReplaceException(com.datastax.oss.driver.api.core.cql.AsyncResultSet resultSet, String queryString, int retries) -
Method Summary
Modifier and TypeMethodDescriptioncom.datastax.oss.driver.api.core.cql.AsyncResultSetMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-