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

Method make_token_replica_map

cassandra/metadata.py:681–682  ·  view source on GitHub ↗
(self, token_to_host_owner, ring)

Source from the content-addressed store, hash-verified

679 pass
680
681 def make_token_replica_map(self, token_to_host_owner, ring):
682 return {}
683
684 def export_for_schema(self):
685 """

Calls

no outgoing calls