Uses of Class
com.yahoo.search.federation.FederationConfig.Builder
Packages that use FederationConfig.Builder
Package
Description
The federation layer on top of the search container.
-
Uses of FederationConfig.Builder in com.yahoo.search.federation
Methods in com.yahoo.search.federation that return FederationConfig.BuilderModifier and TypeMethodDescriptionFederationConfig.Builder.target(FederationConfig.Target.Builder __builder) Add the given builder to this builder's list of Target buildersFederationConfig.Builder.target(Consumer<FederationConfig.Target.Builder> __func) Make a new builder and run the supplied function on it before adding it to the listFederationConfig.Builder.target(List<FederationConfig.Target.Builder> __builders) Set the given list as this builder's list of Target buildersFederationConfig.Builder.targetSelector(String __value) Methods in com.yahoo.search.federation with parameters of type FederationConfig.BuilderModifier and TypeMethodDescriptionvoidFederationConfig.Producer.getConfig(FederationConfig.Builder builder) Constructors in com.yahoo.search.federation with parameters of type FederationConfig.Builder