pub unsafe extern "C" fn cass_cluster_set_constant_speculative_execution_policy(
    cluster: *mut CassCluster,
    constant_delay_ms: cass_int64_t,
    max_speculative_executions: c_int
) -> CassError
Expand description

Enable constant speculative executions with the supplied settings.

@public @memberof CassCluster

@param[in] cluster @param[in] constant_delay_ms @param[in] max_speculative_executions @return CASS_OK if successful, otherwise an error occurred