Uses of Class
io.grpc.rls.RlsProtoData.GrpcKeyBuilder
-
Packages that use RlsProtoData.GrpcKeyBuilder Package Description io.grpc.rls -
-
Uses of RlsProtoData.GrpcKeyBuilder in io.grpc.rls
Subclasses of RlsProtoData.GrpcKeyBuilder in io.grpc.rls Modifier and Type Class Description (package private) classAutoValue_RlsProtoData_GrpcKeyBuilderFields in io.grpc.rls with type parameters of type RlsProtoData.GrpcKeyBuilder Modifier and Type Field Description private com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder>AutoValue_RlsProtoData_RouteLookupConfig.Builder. grpcKeybuildersprivate com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder>AutoValue_RlsProtoData_RouteLookupConfig. grpcKeybuildersprivate java.util.Map<java.lang.String,RlsProtoData.GrpcKeyBuilder>RlsRequestFactory. keyBuilderTableMethods in io.grpc.rls that return RlsProtoData.GrpcKeyBuilder Modifier and Type Method Description (package private) static RlsProtoData.GrpcKeyBuilderRlsProtoConverters.GrpcKeyBuilderConverter. convert(java.util.Map<java.lang.String,?> keyBuilder)(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<java.lang.String,java.lang.String> constantKeys)Methods in io.grpc.rls that return types with arguments of type RlsProtoData.GrpcKeyBuilder Modifier and Type Method Description static com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder>RlsProtoConverters.GrpcKeyBuilderConverter. covertAll(java.util.List<java.util.Map<java.lang.String,?>> keyBuilders)private static java.util.Map<java.lang.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.GrpcKeyBuilder Modifier and Type Method Description (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.GrpcKeyBuilder Constructor Description AutoValue_RlsProtoData_RouteLookupConfig(com.google.common.collect.ImmutableList<RlsProtoData.GrpcKeyBuilder> grpcKeybuilders, java.lang.String lookupService, long lookupServiceTimeoutInNanos, long maxAgeInNanos, long staleAgeInNanos, long cacheSizeBytes, java.lang.String defaultTarget)
-