MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / _keyspace_added

Method _keyspace_added

cassandra/metadata.py:264–266  ·  view source on GitHub ↗
(self, ksname)

Source from the content-addressed store, hash-verified

262 pass
263
264 def _keyspace_added(self, ksname):
265 if self.token_map:
266 self.token_map.rebuild_keyspace(ksname, build_if_absent=False)
267
268 def _keyspace_updated(self, ksname):
269 if self.token_map:

Callers 2

_rebuild_allMethod · 0.95
_update_keyspaceMethod · 0.95

Calls 1

rebuild_keyspaceMethod · 0.80

Tested by

no test coverage detected