Uses of Class
io.grpc.internal.ManagedChannelServiceConfig.MethodInfo
-
Packages that use ManagedChannelServiceConfig.MethodInfo Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ManagedChannelServiceConfig.MethodInfo in io.grpc.internal
Fields in io.grpc.internal declared as ManagedChannelServiceConfig.MethodInfo Modifier and Type Field Description private ManagedChannelServiceConfig.MethodInfoManagedChannelServiceConfig. defaultMethodConfigFields in io.grpc.internal with type parameters of type ManagedChannelServiceConfig.MethodInfo Modifier and Type Field Description (package private) static CallOptions.Key<ManagedChannelServiceConfig.MethodInfo>ManagedChannelServiceConfig.MethodInfo. KEYprivate java.util.Map<java.lang.String,ManagedChannelServiceConfig.MethodInfo>ManagedChannelServiceConfig. serviceMapprivate java.util.Map<java.lang.String,ManagedChannelServiceConfig.MethodInfo>ManagedChannelServiceConfig. serviceMethodMapMethods in io.grpc.internal that return ManagedChannelServiceConfig.MethodInfo Modifier and Type Method Description (package private) ManagedChannelServiceConfig.MethodInfoManagedChannelServiceConfig. getMethodConfig(MethodDescriptor<?,?> method)Constructors in io.grpc.internal with parameters of type ManagedChannelServiceConfig.MethodInfo Constructor Description ManagedChannelServiceConfig(ManagedChannelServiceConfig.MethodInfo defaultMethodConfig, java.util.Map<java.lang.String,ManagedChannelServiceConfig.MethodInfo> serviceMethodMap, java.util.Map<java.lang.String,ManagedChannelServiceConfig.MethodInfo> serviceMap, RetriableStream.Throttle retryThrottling, java.lang.Object loadBalancingConfig, java.util.Map<java.lang.String,?> healthCheckingConfig)Constructor parameters in io.grpc.internal with type arguments of type ManagedChannelServiceConfig.MethodInfo Constructor Description ManagedChannelServiceConfig(ManagedChannelServiceConfig.MethodInfo defaultMethodConfig, java.util.Map<java.lang.String,ManagedChannelServiceConfig.MethodInfo> serviceMethodMap, java.util.Map<java.lang.String,ManagedChannelServiceConfig.MethodInfo> serviceMap, RetriableStream.Throttle retryThrottling, java.lang.Object loadBalancingConfig, java.util.Map<java.lang.String,?> healthCheckingConfig)
-