Connection pooling and host management.
Represents a single Cassandra node.
True if the node is considered up, False if it is considered down, and None if it is not known if the node is up or down.
A tuple representing the Cassandra version for this host. This will remain as None if the version is unknown.
The IP address or hostname of the node.
A ConvictionPolicy instance for determining when this node should be marked up or down.