Is it possible to determine Cassandra cluster size using DataStax driver?
I am aware about nodetool cfstats command, but this is not what I need. I need to this from my program code with no physical access to the cluster.
Any ideas or workarounds ?