Returns all known hosts of this cluster.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntaxpublic ICollection<Host> AllHosts()
Return Value
Type:
ICollection<Host>collection of all known hosts of this cluster.
See Also