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

Method on_down

cassandra/cluster.py:537–539  ·  view source on GitHub ↗
(self, host)

Source from the content-addressed store, hash-verified

535 p.load_balancing_policy.on_up(host)
536
537 def on_down(self, host):
538 for p in self.profiles.values():
539 p.load_balancing_policy.on_down(host)
540
541 def on_add(self, host):
542 for p in self.profiles.values():

Callers

nothing calls this directly

Calls 2

valuesMethod · 0.45
on_downMethod · 0.45

Tested by

no test coverage detected