public class DCAwareRoundRobinPolicy extends Object
| Constructor and Description |
|---|
DCAwareRoundRobinPolicy(String localDc) |
DCAwareRoundRobinPolicy(String localDc,
int usedHostsPerRemoteDc) |
DCAwareRoundRobinPolicy(String localDc,
int usedHostsPerRemoteDc,
boolean allowRemoteDCsForLocalConsistencyLevel) |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.policies.DCAwareRoundRobinPolicy |
build() |
public DCAwareRoundRobinPolicy(String localDc)
public DCAwareRoundRobinPolicy(String localDc, int usedHostsPerRemoteDc)
public DCAwareRoundRobinPolicy(String localDc, int usedHostsPerRemoteDc, boolean allowRemoteDCsForLocalConsistencyLevel)
Copyright © 2015–2016. All rights reserved.