Class: PoolLoadBalancingAlgorithm

Inherits:
String
  • Object
show all
Defined in:
lib/api/pool/Pool.rb

Overview

/Pool.LoadBalancingAlgorithm

Constant Summary collapse

Cells =
PoolLoadBalancingAlgorithm.new("cells")
Connections =
PoolLoadBalancingAlgorithm.new("connections")
Random =
PoolLoadBalancingAlgorithm.new("random")
Responsetimes =
PoolLoadBalancingAlgorithm.new("responsetimes")
Roundrobin =
PoolLoadBalancingAlgorithm.new("roundrobin")
Wconnections =
PoolLoadBalancingAlgorithm.new("wconnections")
Wroundrobin =
PoolLoadBalancingAlgorithm.new("wroundrobin")