cassandra.pool - Hosts and Connection Pools¶
Connection pooling and host management.
-
class
cassandra.pool.Host[source]¶ Represents a single Cassandra node.
-
is_up= None¶ Trueif the node is considered up,Falseif it is considered down, andNoneif it is not known if the node is up or down.
-
address= None¶ The IP address or hostname of the node.
-
conviction_policy= None¶ A
ConvictionPolicyinstance for determining when this node should be marked up or down.
-
datacenter¶ The datacenter the node is in.
-
rack¶ The rack the node is in.
-