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

Method signal_connection_failure

cassandra/pool.py:215–216  ·  view source on GitHub ↗
(self, connection_exc)

Source from the content-addressed store, hash-verified

213 self.is_up = False
214
215 def signal_connection_failure(self, connection_exc):
216 return self.conviction_policy.add_failure(connection_exc)
217
218 def is_currently_reconnecting(self):
219 return self._reconnection_handler is not None

Callers 3

return_connectionMethod · 0.45
return_connectionMethod · 0.45

Calls 1

add_failureMethod · 0.45

Tested by

no test coverage detected