static NameResolver.ConfigOrError |
NameResolver.ConfigOrError.fromConfig(java.lang.Object config) |
|
static NameResolver.ConfigOrError |
NameResolver.ConfigOrError.fromError(Status status) |
|
NameResolver.ConfigOrError |
NameResolver.ResolutionResult.getServiceConfig() |
|
NameResolver.ConfigOrError |
LoadBalancerProvider.parseLoadBalancingPolicyConfig(java.util.Map<java.lang.String,?> rawLoadBalancingPolicyConfig) |
Parses the config for the Load Balancing policy unpacked from the service config.
|
NameResolver.ConfigOrError |
NameResolver.Helper.parseServiceConfig(java.util.Map<java.lang.String,?> rawServiceConfig) |
Deprecated.
Parses and validates the service configuration chosen by the name resolver.
|
abstract NameResolver.ConfigOrError |
NameResolver.ServiceConfigParser.parseServiceConfig(java.util.Map<java.lang.String,?> rawServiceConfig) |
Parses and validates the service configuration chosen by the name resolver.
|