DseClusterBuilderWithLoadBalancingPolicy Method |
Configures the load balancing policy to use for the new cluster.
If no load balancing policy is set through this method, DseLoadBalancingPolicy
will be used instead.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax public DseClusterBuilder WithLoadBalancingPolicy(
ILoadBalancingPolicy policy
)
Parameters
- policy
- Type: DseILoadBalancingPolicy
the load balancing policy to use
Return Value
Type:
DseClusterBuilderthis instance
See Also