Expand description
SRV target selection policies.
Structs§
- Affinity
- Policy that selects targets based on past successes–if a target was used successfully in a past execution, it will be recommended first.
- Affinity
UriIter - Iterator over
Uri
s based on affinity. SeeAffinity
. - Cache
- A cache of items valid for a limited period of time.
- Parsed
Record - Representation of a SRV record with its target and port parsed into a
Uri
. - Rfc2782
- Policy that selects targets based on the algorithm in RFC 2782, reshuffling by weight for each selection.