Inherits

Object

Methods

consistency

Returns consistency for request. Must be one of CONSISTENCIES

Returns:
Type Details
Symbol 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

Returns:
Type Details
Symbol consistency for request with conditional updates (lightweight - compare-and-set, CAS - transactions). Must be one of SERIAL_CONSISTENCIES

page_size

Returns requested page size

Returns:
Type Details
Integer requested page size

timeout

Returns request timeout interval

Returns:
Type Details
Numeric request timeout interval

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.
Returns:
Type Details
String paging state
See Also:

trace?

Returns whether request tracing was enabled

Returns:
Type Details
Boolean whether request tracing was enabled