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

Class IdentityTranslator

cassandra/policies.py:1024–1029  ·  view source on GitHub ↗

Returns the endpoint with no translation

Source from the content-addressed store, hash-verified

1022
1023
1024class IdentityTranslator(AddressTranslator):
1025 """
1026 Returns the endpoint with no translation
1027 """
1028 def translate(self, addr):
1029 return addr
1030
1031
1032class EC2MultiRegionTranslator(AddressTranslator):

Callers 3

MockClusterClass · 0.90
ClusterClass · 0.90

Calls

no outgoing calls

Tested by 1