Uses of Class
io.grpc.internal.ManagedChannelServiceConfig
Packages that use ManagedChannelServiceConfig
-
Uses of ManagedChannelServiceConfig in io.grpc.internal
Fields in io.grpc.internal declared as ManagedChannelServiceConfigModifier and TypeFieldDescription(package private) final ManagedChannelServiceConfig
ManagedChannelServiceConfig.ServiceConfigConvertedSelector.config
private final ManagedChannelServiceConfig
ManagedChannelImpl.defaultServiceConfig
private static final ManagedChannelServiceConfig
ManagedChannelImpl.EMPTY_SERVICE_CONFIG
private ManagedChannelServiceConfig
ManagedChannelImpl.lastServiceConfig
Methods in io.grpc.internal that return ManagedChannelServiceConfigModifier and TypeMethodDescription(package private) static ManagedChannelServiceConfig
ManagedChannelServiceConfig.empty()
Returns an emptyManagedChannelServiceConfig
.(package private) static ManagedChannelServiceConfig
ManagedChannelServiceConfig.fromServiceConfig
(Map<String, ?> serviceConfig, boolean retryEnabled, int maxRetryAttemptsLimit, int maxHedgedAttemptsLimit, Object loadBalancingConfig) Parses the Channel level config values (e.g.Constructors in io.grpc.internal with parameters of type ManagedChannelServiceConfigModifierConstructorDescriptionprivate
Converts the service config to config selector.(package private)
ServiceConfigState
(ManagedChannelServiceConfig defaultServiceConfig, boolean lookUpServiceConfig) Construct new instance.