Uses of Class
io.grpc.internal.ManagedChannelServiceConfig.MethodInfo
Packages that use ManagedChannelServiceConfig.MethodInfo
-
Uses of ManagedChannelServiceConfig.MethodInfo in io.grpc.internal
Fields in io.grpc.internal declared as ManagedChannelServiceConfig.MethodInfoModifier and TypeFieldDescriptionprivate final ManagedChannelServiceConfig.MethodInfoManagedChannelServiceConfig.defaultMethodConfigFields in io.grpc.internal with type parameters of type ManagedChannelServiceConfig.MethodInfoModifier and TypeFieldDescription(package private) static final CallOptions.Key<ManagedChannelServiceConfig.MethodInfo> ManagedChannelServiceConfig.MethodInfo.KEYprivate final Map<String, ManagedChannelServiceConfig.MethodInfo> ManagedChannelServiceConfig.serviceMapprivate final Map<String, ManagedChannelServiceConfig.MethodInfo> ManagedChannelServiceConfig.serviceMethodMapMethods in io.grpc.internal that return ManagedChannelServiceConfig.MethodInfoModifier and TypeMethodDescription(package private) ManagedChannelServiceConfig.MethodInfoManagedChannelServiceConfig.getMethodConfig(MethodDescriptor<?, ?> method) Constructors in io.grpc.internal with parameters of type ManagedChannelServiceConfig.MethodInfoModifierConstructorDescription(package private)ManagedChannelServiceConfig(ManagedChannelServiceConfig.MethodInfo defaultMethodConfig, Map<String, ManagedChannelServiceConfig.MethodInfo> serviceMethodMap, Map<String, ManagedChannelServiceConfig.MethodInfo> serviceMap, RetriableStream.Throttle retryThrottling, Object loadBalancingConfig, Map<String, ?> healthCheckingConfig) Constructor parameters in io.grpc.internal with type arguments of type ManagedChannelServiceConfig.MethodInfoModifierConstructorDescription(package private)ManagedChannelServiceConfig(ManagedChannelServiceConfig.MethodInfo defaultMethodConfig, Map<String, ManagedChannelServiceConfig.MethodInfo> serviceMethodMap, Map<String, ManagedChannelServiceConfig.MethodInfo> serviceMap, RetriableStream.Throttle retryThrottling, Object loadBalancingConfig, Map<String, ?> healthCheckingConfig)