Uses of Class
io.grpc.LoadBalancer.CreateSubchannelArgs.Key
Packages that use LoadBalancer.CreateSubchannelArgs.Key
-
Uses of LoadBalancer.CreateSubchannelArgs.Key in io.grpc
Fields in io.grpc declared as LoadBalancer.CreateSubchannelArgs.KeyMethods in io.grpc that return LoadBalancer.CreateSubchannelArgs.KeyModifier and TypeMethodDescriptionstatic <T> LoadBalancer.CreateSubchannelArgs.Key<T>Factory method for creating instances ofLoadBalancer.CreateSubchannelArgs.Key.static <T> LoadBalancer.CreateSubchannelArgs.Key<T>LoadBalancer.CreateSubchannelArgs.Key.createWithDefault(String debugString, T defaultValue) Factory method for creating instances ofLoadBalancer.CreateSubchannelArgs.Key.Methods in io.grpc with parameters of type LoadBalancer.CreateSubchannelArgs.KeyModifier and TypeMethodDescriptionLoadBalancer.CreateSubchannelArgs.Builder.addOption(LoadBalancer.CreateSubchannelArgs.Key<T> key, T value) Add a custom option.<T> TLoadBalancer.CreateSubchannelArgs.getOption(LoadBalancer.CreateSubchannelArgs.Key<T> key) Get the value for a custom option or its inherent default.