Uses of Package
io.grpc.rls
Packages that use io.grpc.rls
-
Classes in io.grpc.rls used by io.grpc.rlsClassDescriptionImplementation of
Throttler
that keeps track of recent history (the duration of which is specified to the constructor) and throttles requests at the client side based on the number of requests that the backend has accepted and the total number of requests generated.Builder forAdaptiveThrottler
.Holds the data for each slot (amount and end timestamp).A CachingRlsLbClient is a core implementation of RLS loadbalancer supports dynamic request routing by fetching the decision from route lookup server.Implementation ofCachingRlsLbClient.CacheEntry
contains error.A Builder forCachingRlsLbClient
.Viewer class for cachedRlsProtoData.RouteLookupResponse
and associatedLbPolicyConfiguration.ChildPolicyWrapper
.Common cache entry data forCachingRlsLbClient.RlsAsyncLruCache
.Implementation ofCachingRlsLbClient.CacheEntry
contains valid data.A pending cache entry when the async RouteLookup RPC is still on the fly.Implementation ofLinkedHashLruCache
for RLS.A delegatingLoadBalancer.Helper
for the child load blanacer.Configuration for RLS load balancing policy.Listener for child lb status change events.ChildLoadBalancingPolicy is an elected child policy to delegate requests.ChildPolicyWrapper is a wrapper class for child load balancing policy with associated helper / utility classes to manage the child policy.A delegatingLoadBalancer.Helper
maintains status ofLbPolicyConfiguration.ChildPolicyWrapper
whenLoadBalancer.Subchannel
status changed.Exception thrown when attempting to parse child policy encountered parsing issue.Factory forLbPolicyConfiguration.ChildPolicyWrapper
.A LinkedHashLruCache implements least recently used caching where it supports access order lru cache eviction while allowing entry level expiration time.An LruCache is a cache with least recently used eviction.A Listener notifies cache eviction events.Type of cache eviction.A factory to createLoadBalancer.ResolvedAddresses
.ProvidesCachingRlsLbClient.Builder
with default settings.GrpcKeyBuilder is a configuration to construct headers consumed by route lookup service.Name represents a method for a given service.NameMatcher extract a key based on a given name (e.g.A config object for gRPC RouteLookupService.A request object sent to route lookup service.A response from route lookup service.A RlsRequestFactory createsRlsProtoData.RouteLookupRequest
using key builder map fromRlsProtoData.RouteLookupConfig
.SubchannelStateManager managesConnectivityState
of child subchannels.A strategy for deciding when to throttle requests at the client.