| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| Modifier and Type | Field and Description |
|---|---|
static NameResolver.Helper.ConfigOrError |
NameResolver.Helper.ConfigOrError.UNKNOWN_CONFIG
A sentinel value indicating that service config is not supported.
|
| Modifier and Type | Method and Description |
|---|---|
static NameResolver.Helper.ConfigOrError |
NameResolver.Helper.ConfigOrError.fromConfig(Object config)
Returns a
NameResolver.Helper.ConfigOrError for the successfully parsed config. |
static NameResolver.Helper.ConfigOrError |
NameResolver.Helper.ConfigOrError.fromError(Status status)
Returns a
NameResolver.Helper.ConfigOrError for the failure to parse the config. |
NameResolver.Helper.ConfigOrError |
LoadBalancerProvider.parseLoadBalancingPolicyConfig(Map<String,?> rawLoadBalancingPolicyConfig)
Parses the config for the Load Balancing policy unpacked from the service config.
|
NameResolver.Helper.ConfigOrError |
NameResolver.Helper.parseServiceConfig(Map<String,?> rawServiceConfig)
Parses and validates the service configuration chosen by the name resolver.
|