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

Method _keyspace_removed

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

Source from the content-addressed store, hash-verified

270 self.token_map.rebuild_keyspace(ksname, build_if_absent=False)
271
272 def _keyspace_removed(self, ksname):
273 if self.token_map:
274 self.token_map.remove_keyspace(ksname)
275
276 def rebuild_token_map(self, partitioner, token_map):
277 """

Callers 2

_rebuild_allMethod · 0.95
_drop_keyspaceMethod · 0.95

Calls 1

remove_keyspaceMethod · 0.80

Tested by

no test coverage detected