DCAwareRoundRobinPolicy Constructor (String) |
The name of the local datacenter provided must be the local datacenter name as known by Cassandra.
The policy created will ignore all remote hosts. In other words, this is equivalent to new DCAwareRoundRobinPolicy(localDc, 0).
Namespace: Cassandra
public DCAwareRoundRobinPolicy( string localDc )