pub unsafe extern "C" fn cass_cluster_set_whitelist_dc_filtering(
    cluster: *mut CassCluster,
    dcs: *const c_char
)
Expand description

Same as cass_cluster_set_whitelist_filtering(), but whitelist all hosts of a dc

Examples: “dc1”, “dc1,dc2”

@public @memberof CassCluster

@param[in] cluster @param[in] dcs A comma delimited list of dcs. An empty string will clear the whitelist dcs. The string is copied into the cluster configuration; the memory pointed to by this parameter can be freed after this call.