Function cassandra_cpp_sys::cass_cluster_set_write_bytes_high_water_mark
[−]
[src]
pub unsafe extern "C" fn cass_cluster_set_write_bytes_high_water_mark(
cluster: *mut CassCluster,
num_bytes: c_uint
) -> CassError
Sets the high water mark for the number of bytes outstanding on a connection. Disables writes to a connection if the number of bytes queued exceed this value.
Default: 64 KB
@public @memberof CassCluster
@param[in] cluster @param[in] num_bytes @return CASS_OK if successful, otherwise an error occurred.