enum

Balancer::Method

Inherits Enum / Comparable / Value / Object

Constants

Sample = 0
RoundRobin = 1

Instance methods

round_robin?

Returns true if this enum value equals RoundRobin

Source
sample?

Returns true if this enum value equals Sample

Source