Type: SystemString the type of the write that timeouted.
requiredAcks
Type: SystemInt32 the number of acknowledgments that were required
to achieve the requested consistency level.
receivedAcks
Type: SystemInt32 the number of acknowledgments that had been
received by the time the timeout exception was raised.
nbRetry
Type: SystemInt32 the number of retry already performed for this
operation.
Return Value
Type: RetryDecision the retry decision. If RetryDecision.Rethrow is
returned, a
com.datastax.driver.core.exceptions.WriteTimeoutException will
be thrown for the operation.