Prajna


LoadBalanceAlgorithm

Enumeration class of constant of type of Load balancing algorithm supported

Record Fields

Record FieldDescription
CHR
Signature: LoadBalanceAlgorithm
Modifiers: static

Consistent hash ring

CHT
Signature: LoadBalanceAlgorithm
Modifiers: static

Consistent Hash Table

CHT2
Signature: LoadBalanceAlgorithm
Modifiers: static

A second implementation of consistent hash table

Default
Signature: LoadBalanceAlgorithm
Modifiers: static

Default load balancing algorithm

RoundRobin
Signature: LoadBalanceAlgorithm
Modifiers: static

RoundRobin

RoundRobin2
Signature: LoadBalanceAlgorithm
Modifiers: static

A second RoundRobin algorithm

Fork me on GitHub