Uses of Class
io.grpc.rls.RlsProtoData.GrpcKeyBuilder
Packages that use RlsProtoData.GrpcKeyBuilder
-
Uses of RlsProtoData.GrpcKeyBuilder in io.grpc.rls
Subclasses of RlsProtoData.GrpcKeyBuilder in io.grpc.rlsModifier and TypeClassDescription(package private) final classFields in io.grpc.rls with type parameters of type RlsProtoData.GrpcKeyBuilderModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder> AutoValue_RlsProtoData_RouteLookupConfig.Builder.grpcKeybuildersprivate final com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder> AutoValue_RlsProtoData_RouteLookupConfig.grpcKeybuildersprivate final Map<String, RlsProtoData.GrpcKeyBuilder> RlsRequestFactory.keyBuilderTableMethods in io.grpc.rls that return RlsProtoData.GrpcKeyBuilderModifier and TypeMethodDescription(package private) static RlsProtoData.GrpcKeyBuilder(package private) static RlsProtoData.GrpcKeyBuilderRlsProtoData.GrpcKeyBuilder.create(com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder.Name> names, com.google.common.collect.ImmutableList<RlsProtoData.NameMatcher> headers, RlsProtoData.ExtraKeys extraKeys, com.google.common.collect.ImmutableMap<String, String> constantKeys) Methods in io.grpc.rls that return types with arguments of type RlsProtoData.GrpcKeyBuilderModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder> private static Map<String, RlsProtoData.GrpcKeyBuilder> RlsRequestFactory.createKeyBuilderTable(RlsProtoData.RouteLookupConfig config) (package private) com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder> AutoValue_RlsProtoData_RouteLookupConfig.grpcKeybuilders()(package private) abstract com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder> RlsProtoData.RouteLookupConfig.grpcKeybuilders()Returns unordered specifications for constructing keys for gRPC requests.Method parameters in io.grpc.rls with type arguments of type RlsProtoData.GrpcKeyBuilderModifier and TypeMethodDescription(package private) RlsProtoData.RouteLookupConfig.BuilderAutoValue_RlsProtoData_RouteLookupConfig.Builder.grpcKeybuilders(com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder> grpcKeybuilders) (package private) abstract RlsProtoData.RouteLookupConfig.BuilderRlsProtoData.RouteLookupConfig.Builder.grpcKeybuilders(com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder> grpcKeybuilders) Constructor parameters in io.grpc.rls with type arguments of type RlsProtoData.GrpcKeyBuilderModifierConstructorDescriptionprivateAutoValue_RlsProtoData_RouteLookupConfig(com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder> grpcKeybuilders, String lookupService, long lookupServiceTimeoutInNanos, long maxAgeInNanos, long staleAgeInNanos, long cacheSizeBytes, String defaultTarget)