Click or drag to resize
HostDistance Enumeration
The distance to a Cassandra node as assigned by a ILoadBalancingPolicy relative to the ICluster instance.

The distance assigned to a host influences how many connections the driver maintains towards this host.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public enum HostDistance
Members
  Member nameValueDescription
Local0
Remote1
Ignored2
See Also

Reference