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

Set the application name.

This is optional; however it provides the server with the application name that can aid in debugging issues with larger clusters where there are a lot of client (or application) connections.

@public @memberof CassCluster

@param[in] cluster @param[in] application_name