Uses of Enum Class
com.myjeeva.digitalocean.common.LoadBalancingAlgorithm
Packages that use LoadBalancingAlgorithm
-
Uses of LoadBalancingAlgorithm in com.myjeeva.digitalocean.common
Methods in com.myjeeva.digitalocean.common that return LoadBalancingAlgorithmModifier and TypeMethodDescriptionstatic LoadBalancingAlgorithmstatic LoadBalancingAlgorithmReturns the enum constant of this class with the specified name.static LoadBalancingAlgorithm[]LoadBalancingAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LoadBalancingAlgorithm in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return LoadBalancingAlgorithmMethods in com.myjeeva.digitalocean.pojo with parameters of type LoadBalancingAlgorithmModifier and TypeMethodDescriptionvoidLoadBalancer.setAlgorithm(LoadBalancingAlgorithm algorithm)