AddressTranslatorConfig

final case class AddressTranslatorConfig(`class`: String)

The address translator to use to convert the addresses sent by Cassandra nodes into ones that the driver uses to connect.

This is only needed if the nodes are not directly reachable from the driver (for example, the driver is in a different network region and needs to use a public IP, or it connects through a proxy).

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product