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:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public enum HostDistance
Members
  Member nameValueDescription
Local0
Remote1
Ignored2
See Also