Uses of Class
io.grpc.LoadBalancerProvider
-
Packages that use LoadBalancerProvider Package Description io.grpc.internal A dummy package to allow re-packaging of grpc-java to work.io.grpc.util A dummy package to allow re-packaging of grpc-java to work. -
-
Uses of LoadBalancerProvider in io.grpc.internal
Subclasses of LoadBalancerProvider in io.grpc.internal Modifier and Type Class Description classPickFirstLoadBalancerProviderA dummy class to allow the re-packaging of grpc-java with a module-info.java file to work. -
Uses of LoadBalancerProvider in io.grpc.util
Subclasses of LoadBalancerProvider in io.grpc.util Modifier and Type Class Description classOutlierDetectionLoadBalancerProviderA dummy class to allow the re-packaging of grpc-java with a module-info.java file to work.static classSecretRoundRobinLoadBalancerProvider.ProviderA dummyLoadBalancerProviderimplementation to allow the provides statement to be added to the module-info file.
-