Inherits

Object

Methods

payload

Returns a map of string keys and byte buffer values, containing custom payloads sent by custom query handlers

Returns:
Type Details
Hash<String, String> a map of string keys and byte buffer values, containing custom payloads sent by custom query handlers

warnings

Returns a list of string warnings from the server

Returns:
Type Details
Array<String> a list of string warnings from the server

keyspace

Returns keyspace used for the query

Returns:
Type Details
String keyspace used for the query

statement

Returns original statement

Returns:
Type Details
Statement original statement

options

Returns original execution options

Returns:
Type Details
Execution::Options original execution options

hosts

Returns a list of attempted hosts

Returns:
Type Details
Array<Host> a list of attempted hosts

consistency

Actual consistency used, it can differ from consistency in #options if a retry policy modified it.

Returns:
Type Details
Symbol one of CONSISTENCIES

retries

Returns number of retries

Returns:
Type Details
Integer number of retries

trace

Returns Trace if trace: true was passed to Session#execute or Session#execute_async

Returns:
Type Details
(Execution::Trace or nil) a Trace if it has been enabled for request