Liking cljdoc? Tell your friends :D

qbits.alia.policy.address-translator


ec2-multi-region-address-translatorclj

(ec2-multi-region-address-translator)

AddressTranslator implementation for a multi-region EC2 deployment where clients are also deployed in EC2.

Its distinctive feature is that it translates addresses according to the location of the Cassandra host:

addresses in different EC2 regions (than the client) are unchanged; addresses in the same EC2 region are translated to private IPs. This optimizes network costs, because Amazon charges more for communication over public IPs.

AddressTranslator implementation for a multi-region EC2 deployment where
clients are also deployed in EC2.

Its distinctive feature is that it translates addresses according to
the location of the Cassandra host:

addresses in different EC2 regions (than the client) are unchanged;
addresses in the same EC2 region are translated to private IPs.
This optimizes network costs, because Amazon charges more for
communication over public IPs.
raw docstring

identity-translatorclj

(identity-translator)

The default AddressTranslator used by the driver that do no translation.

The default AddressTranslator used by the driver that do no translation.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close