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) ManagedChannelServiceConfig
ManagedChannelServiceConfig.ServiceConfigConvertedSelector. config
private ManagedChannelServiceConfig
ManagedChannelImpl. defaultServiceConfig
private static ManagedChannelServiceConfig
ManagedChannelImpl. EMPTY_SERVICE_CONFIG
private ManagedChannelServiceConfig
ManagedChannelImpl. lastServiceConfig
Methods in io.grpc.internal that return ManagedChannelServiceConfig Modifier and Type Method Description (package private) static ManagedChannelServiceConfig
ManagedChannelServiceConfig. empty()
Returns an emptyManagedChannelServiceConfig
.(package private) static ManagedChannelServiceConfig
ManagedChannelServiceConfig. 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.
-