Class QueryProfilesConfig.Builder
java.lang.Object
com.yahoo.search.query.profile.config.QueryProfilesConfig.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
,com.yahoo.config.ConfigInstance.Builder
- Enclosing class:
- QueryProfilesConfig
public static class QueryProfilesConfig.Builder
extends Object
implements com.yahoo.config.ConfigInstance.Builder
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
final boolean
dispatchGetConfig
(com.yahoo.config.ConfigInstance.Producer producer) enableGroupingSessionCache
(boolean __value) final boolean
final String
final String
final String
Add the given builder to this builder's list of Queryprofile buildersMake a new builder and run the supplied function on it before adding it to the listqueryprofile
(List<QueryProfilesConfig.Queryprofile.Builder> __builders) Set the given list as this builder's list of Queryprofile buildersAdd the given builder to this builder's list of Queryprofiletype buildersMake a new builder and run the supplied function on it before adding it to the listSet the given list as this builder's list of Queryprofiletype buildersfinal void
setApplyOnRestart
(boolean applyOnRestart)
-
Field Details
-
queryprofile
-
queryprofiletype
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
queryprofile
Add the given builder to this builder's list of Queryprofile builders- Parameters:
__builder
- a builder- Returns:
- this builder
-
queryprofile
public QueryProfilesConfig.Builder queryprofile(Consumer<QueryProfilesConfig.Queryprofile.Builder> __func) Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func
- lambda that modifies the given builder- Returns:
- this builder
-
queryprofile
public QueryProfilesConfig.Builder queryprofile(List<QueryProfilesConfig.Queryprofile.Builder> __builders) Set the given list as this builder's list of Queryprofile builders- Parameters:
__builders
- a list of builders- Returns:
- this builder
-
queryprofiletype
public QueryProfilesConfig.Builder queryprofiletype(QueryProfilesConfig.Queryprofiletype.Builder __builder) Add the given builder to this builder's list of Queryprofiletype builders- Parameters:
__builder
- a builder- Returns:
- this builder
-
queryprofiletype
public QueryProfilesConfig.Builder queryprofiletype(Consumer<QueryProfilesConfig.Queryprofiletype.Builder> __func) Make a new builder and run the supplied function on it before adding it to the list- Parameters:
__func
- lambda that modifies the given builder- Returns:
- this builder
-
queryprofiletype
public QueryProfilesConfig.Builder queryprofiletype(List<QueryProfilesConfig.Queryprofiletype.Builder> __builders) Set the given list as this builder's list of Queryprofiletype builders- Parameters:
__builders
- a list of builders- Returns:
- this builder
-
enableGroupingSessionCache
-
dispatchGetConfig
public final boolean dispatchGetConfig(com.yahoo.config.ConfigInstance.Producer producer) - Specified by:
dispatchGetConfig
in interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefMd5
- Specified by:
getDefMd5
in interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefName
- Specified by:
getDefName
in interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefNamespace
- Specified by:
getDefNamespace
in interfacecom.yahoo.config.ConfigInstance.Builder
-
getApplyOnRestart
public final boolean getApplyOnRestart()- Specified by:
getApplyOnRestart
in interfacecom.yahoo.config.ConfigInstance.Builder
-
setApplyOnRestart
public final void setApplyOnRestart(boolean applyOnRestart) - Specified by:
setApplyOnRestart
in interfacecom.yahoo.config.ConfigInstance.Builder
-
build
-