class ExecutionOptions
Request execution options.
Methods
__construct
(array
$options = null )
Creates a new options object for execution.
- array[‘arguments’] array An array or positional or named arguments
- array[‘consistency’] int One of Cassandra::CONSISTENCY_*
- array[‘timeout’] int|null A number of seconds or null
- array[‘page_size’] int A number of rows to include in result for paging
- array[‘serial_consistency’] int Either
Cassandra::CONSISTENCY_SERIAL
orCassandra::CONSISTENCY_LOCAL_SERIAL