Raised when a write request timed out.

See Also:

Inherits

StandardError

Includes

Methods

type

Returns the type of write request that timed out, one of WRITE_TYPES

Returns:
Type Details
Symbol the type of write request that timed out, one of WRITE_TYPES

consistency

Returns the original consistency level for the request, one of CONSISTENCIES

Returns:
Type Details
Symbol the original consistency level for the request, one of CONSISTENCIES

required

Returns the number of acks required to achieve requested consistency level

Returns:
Type Details
Integer the number of acks required to achieve requested consistency level

received

Returns the number of acks received by the time the query timed out

Returns:
Type Details
Integer the number of acks received by the time the query timed out