class Cassandra::Execution::Info
Inherits
Object
Methods
payload
Returns 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
keyspace
Returns keyspace used for the query
statement
Returns original statement
options
Returns original execution options
hosts
Returns a list of attempted hosts
consistency
Actual consistency used, it can differ from consistency in
#options
if a retry policy modified it.
retries
Returns number of retries
trace
Returns Trace
if trace: true
was passed to
Session#execute
or Session#execute_async