Uses of Class
io.grpc.internal.ManagedChannelServiceConfig
-
Packages that use ManagedChannelServiceConfig Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ManagedChannelServiceConfig in io.grpc.internal
Fields in io.grpc.internal declared as ManagedChannelServiceConfig Modifier and Type Field Description (package private) ManagedChannelServiceConfigManagedChannelServiceConfig.ServiceConfigConvertedSelector. configprivate ManagedChannelServiceConfigManagedChannelImpl. defaultServiceConfigprivate static ManagedChannelServiceConfigManagedChannelImpl. EMPTY_SERVICE_CONFIGprivate ManagedChannelServiceConfigManagedChannelImpl. lastServiceConfigMethods in io.grpc.internal that return ManagedChannelServiceConfig Modifier and Type Method Description (package private) static ManagedChannelServiceConfigManagedChannelServiceConfig. empty()Returns an emptyManagedChannelServiceConfig.(package private) static ManagedChannelServiceConfigManagedChannelServiceConfig. fromServiceConfig(java.util.Map<java.lang.String,?> serviceConfig, boolean retryEnabled, int maxRetryAttemptsLimit, int maxHedgedAttemptsLimit, java.lang.Object loadBalancingConfig)Parses the Channel level config values (e.g.Constructors in io.grpc.internal with parameters of type ManagedChannelServiceConfig Constructor Description ServiceConfigConvertedSelector(ManagedChannelServiceConfig config)Converts the service config to config selector.ServiceConfigState(ManagedChannelServiceConfig defaultServiceConfig, boolean lookUpServiceConfig)Construct new instance.
-