| Modifier and Type | Field and Description |
|---|---|
static Attributes.Key<Map<String,?>> |
LoadBalancer.ATTR_HEALTH_CHECKING_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
NameResolver.ResolutionResult.getAttributes()
Gets the attributes associated with the addresses resolved by name resolution.
|
Attributes |
LoadBalancer.ResolvedAddresses.getAttributes()
Gets the attributes associated with these addresses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NameResolver.Listener.onAddresses(List<EquivalentAddressGroup> servers,
Attributes attributes)
Handles updates on resolved addresses and attributes.
|
void |
NameResolver.Listener2.onAddresses(List<EquivalentAddressGroup> servers,
Attributes attributes)
Deprecated.
This will be removed in 1.22.0
|
LoadBalancer.ResolvedAddresses.Builder |
LoadBalancer.ResolvedAddresses.Builder.setAttributes(Attributes attributes)
Sets the attributes.
|