MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / NoConnectionsAvailable

Class NoConnectionsAvailable

cassandra/pool.py:39–44  ·  view source on GitHub ↗

All existing connections to a given host are busy, or there are no open connections.

Source from the content-addressed store, hash-verified

37
38
39class NoConnectionsAvailable(Exception):
40 """
41 All existing connections to a given host are busy, or there are
42 no open connections.
43 """
44 pass
45
46
47@total_ordering

Callers 4

_get_connectionMethod · 0.85
borrow_connectionMethod · 0.85
_wait_for_connMethod · 0.85

Calls

no outgoing calls