Raised when a read request timed out.

See Also:

Inherits

StandardError

Includes

Methods

retrieved

Returns whether actual data (as opposed to data checksum) was present in the received responses.

Returns:
Type Details
Boolean whether actual data (as opposed to data checksum) was present in the received responses.

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 responses required to achieve requested consistency level

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

received

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

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

retrieved?

Returns:
Type Details
Boolean