Type Definition cassandra_cpp_sys::CassCluster [] [src]

type CassCluster = CassCluster_;

A cluster object describes the configuration of the Cassandra cluster and is used to construct a session instance. Unlike other DataStax drivers the cluster object does not maintain the control connection.

@struct CassCluster