DCAwareRoundRobinPolicy.builder() is the recommended way to build instances of this class. This constructor was preserved for
backward-compatibility purposes, it is equivalent to DCAwareRoundRobinPolicy.builder().build().
DCAwareRoundRobinPolicy.builder() is the recommended way to build instances of this class. This constructor was preserved for
backward-compatibility purposes, it is equivalent to DCAwareRoundRobinPolicy.builder().withLocalDc(localDc).build().
DCAwareRoundRobinPolicy.builder() is the recommended way to build instances of this class. This constructor was preserved for
backward-compatibility purposes, it is equivalent to
DCAwareRoundRobinPolicy.builder().withLocalDc(localDc).withUsedHostsPerRemoteDc(usedHostsPerRemoteDc).build().
DCAwareRoundRobinPolicy.builder() is the recommended way to build instances of this class. This constructor was preserved for
backward-compatibility purposes, it is equivalent to
DCAwareRoundRobinPolicy.builder().withLocalDc(localDc).withUsedHostsPerRemoteDc(usedHostsPerRemoteDc).allowRemoteDCsForLocalConsistencyLevel().build().