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.MethodInfo
ManagedChannelServiceConfig. defaultMethodConfig
Fields 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. KEY
private java.util.Map<java.lang.String,ManagedChannelServiceConfig.MethodInfo>
ManagedChannelServiceConfig. serviceMap
private java.util.Map<java.lang.String,ManagedChannelServiceConfig.MethodInfo>
ManagedChannelServiceConfig. serviceMethodMap
Methods in io.grpc.internal that return ManagedChannelServiceConfig.MethodInfo Modifier and Type Method Description (package private) ManagedChannelServiceConfig.MethodInfo
ManagedChannelServiceConfig. 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)
-