class Cassandra::Execution::Options
Inherits
Object
Methods
consistency
Returns consistency for request. Must be one of
CONSISTENCIES
serial_consistency
Returns consistency for request with conditional updates
(lightweight - compare-and-set, CAS - transactions). Must be one of
SERIAL_CONSISTENCIES
page_size
Returns requested page size
timeout
Returns request timeout interval
arguments
Returns positional arguments for the statement
type_hints
Returns type hints for positional arguments for the statement
paging_state
Returns paging state
- Note
- Although this feature exists to allow web applications to store paging state in an HTTP cookie, it is not safe to expose without encrypting or otherwise securing it. Paging state contains information internal to the Apache Cassandra cluster, such as partition key and data. Additionally, if a paging state is sent with CQL statement, different from the original, the behavior of Cassandra is undefined and will likely cause a server process of the coordinator of such request to abort.
trace?
Returns whether request tracing was enabled