Uses of Class
io.grpc.NameResolver.ConfigOrError
Packages that use NameResolver.ConfigOrError
-
Uses of NameResolver.ConfigOrError in io.grpc
Methods in io.grpc that return NameResolver.ConfigOrErrorModifier and TypeMethodDescriptionstatic NameResolver.ConfigOrErrorNameResolver.ConfigOrError.fromConfig(Object config) Returns aNameResolver.ConfigOrErrorfor the successfully parsed config.static NameResolver.ConfigOrErrorReturns aNameResolver.ConfigOrErrorfor the failure to parse the config.NameResolver.ResolutionResult.getServiceConfig()Gets the Service Config parsed byNameResolver.Args.getServiceConfigParser().LoadBalancerProvider.parseLoadBalancingPolicyConfig(Map<String, ?> rawLoadBalancingPolicyConfig) Parses the config for the Load Balancing policy unpacked from the service config.abstract NameResolver.ConfigOrErrorNameResolver.ServiceConfigParser.parseServiceConfig(Map<String, ?> rawServiceConfig) Parses and validates the service configuration chosen by the name resolver.Methods in io.grpc with parameters of type NameResolver.ConfigOrErrorModifier and TypeMethodDescriptionNameResolver.ResolutionResult.Builder.setServiceConfig(NameResolver.ConfigOrError serviceConfig) Sets the Service Config parsed byNameResolver.Args.getServiceConfigParser().