Uses of Class
io.grpc.rls.RlsProtoData.RouteLookupResponse
Packages that use RlsProtoData.RouteLookupResponse
-
Uses of RlsProtoData.RouteLookupResponse in io.grpc.rls
Subclasses of RlsProtoData.RouteLookupResponse in io.grpc.rlsModifier and TypeClassDescription(package private) final classSubclasses with type arguments of type RlsProtoData.RouteLookupResponse in io.grpc.rlsModifier and TypeClassDescription(package private) static final classRouteLookupResponseConverter converts betweenRouteLookupResponseandRlsProtoData.RouteLookupResponse.Fields in io.grpc.rls declared as RlsProtoData.RouteLookupResponseModifier and TypeFieldDescriptionprivate final RlsProtoData.RouteLookupResponseCachingRlsLbClient.DataCacheEntry.responseFields in io.grpc.rls with type parameters of type RlsProtoData.RouteLookupResponseModifier and TypeFieldDescriptionprivate final com.google.common.util.concurrent.ListenableFuture<RlsProtoData.RouteLookupResponse> CachingRlsLbClient.PendingCacheEntry.pendingCallprivate static final com.google.common.base.Converter<RlsProtoData.RouteLookupResponse, RouteLookupResponse> CachingRlsLbClient.RESPONSE_CONVERTERMethods in io.grpc.rls that return RlsProtoData.RouteLookupResponseModifier and TypeMethodDescription(package private) static RlsProtoData.RouteLookupResponseRlsProtoData.RouteLookupResponse.create(com.google.common.collect.ImmutableList<String> targets, String getHeaderData) protected RlsProtoData.RouteLookupResponseRlsProtoConverters.RouteLookupResponseConverter.doForward(RouteLookupResponse routeLookupResponse) Methods in io.grpc.rls with parameters of type RlsProtoData.RouteLookupResponseModifier and TypeMethodDescriptionCachingRlsLbClient.createDataEntry(RlsProtoData.RouteLookupRequest request, RlsProtoData.RouteLookupResponse routeLookupResponse) protected RouteLookupResponseRlsProtoConverters.RouteLookupResponseConverter.doBackward(RlsProtoData.RouteLookupResponse routeLookupResponse) Method parameters in io.grpc.rls with type arguments of type RlsProtoData.RouteLookupResponseModifier and TypeMethodDescriptionCachingRlsLbClient.createPendingEntry(RlsProtoData.RouteLookupRequest request, com.google.common.util.concurrent.ListenableFuture<RlsProtoData.RouteLookupResponse> pendingCall, BackoffPolicy backoffPolicy) Constructors in io.grpc.rls with parameters of type RlsProtoData.RouteLookupResponseModifierConstructorDescription(package private)DataCacheEntry(RlsProtoData.RouteLookupRequest request, RlsProtoData.RouteLookupResponse response) Constructor parameters in io.grpc.rls with type arguments of type RlsProtoData.RouteLookupResponseModifierConstructorDescription(package private)PendingCacheEntry(RlsProtoData.RouteLookupRequest request, com.google.common.util.concurrent.ListenableFuture<RlsProtoData.RouteLookupResponse> pendingCall, BackoffPolicy backoffPolicy)