Uses of Class
io.grpc.rls.CachingRlsLbClient.DataCacheEntry
-
Packages that use CachingRlsLbClient.DataCacheEntry Package Description io.grpc.rls -
-
Uses of CachingRlsLbClient.DataCacheEntry in io.grpc.rls
Fields in io.grpc.rls declared as CachingRlsLbClient.DataCacheEntry Modifier and Type Field Description private CachingRlsLbClient.DataCacheEntry
CachingRlsLbClient.CachedRouteLookupResponse. dataCacheEntry
Methods in io.grpc.rls that return CachingRlsLbClient.DataCacheEntry Modifier and Type Method Description private CachingRlsLbClient.DataCacheEntry
CachingRlsLbClient. createDataEntry(RlsProtoData.RouteLookupRequest request, RlsProtoData.RouteLookupResponse routeLookupResponse)
Methods in io.grpc.rls with parameters of type CachingRlsLbClient.DataCacheEntry Modifier and Type Method Description (package private) static CachingRlsLbClient.CachedRouteLookupResponse
CachingRlsLbClient.CachedRouteLookupResponse. dataEntry(CachingRlsLbClient.DataCacheEntry dataEntry)
Constructors in io.grpc.rls with parameters of type CachingRlsLbClient.DataCacheEntry Constructor Description CachedRouteLookupResponse(CachingRlsLbClient.DataCacheEntry dataCacheEntry, CachingRlsLbClient.PendingCacheEntry pendingCacheEntry, CachingRlsLbClient.BackoffCacheEntry backoffCacheEntry)
-