Package com.yahoo.search.config
Class IndexInfoConfig.Builder
- java.lang.Object
-
- com.yahoo.search.config.IndexInfoConfig.Builder
-
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
,com.yahoo.config.ConfigInstance.Builder
- Enclosing class:
- IndexInfoConfig
public static class IndexInfoConfig.Builder extends java.lang.Object implements com.yahoo.config.ConfigInstance.Builder
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<IndexInfoConfig.Indexinfo.Builder>
indexinfo
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IndexInfoConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexInfoConfig
build()
boolean
dispatchGetConfig(com.yahoo.config.ConfigInstance.Producer producer)
boolean
getApplyOnRestart()
java.lang.String
getDefMd5()
java.lang.String
getDefName()
java.lang.String
getDefNamespace()
IndexInfoConfig.Builder
indexinfo(IndexInfoConfig.Indexinfo.Builder __builder)
Add the given builder to this builder's list of Indexinfo buildersIndexInfoConfig.Builder
indexinfo(java.util.List<IndexInfoConfig.Indexinfo.Builder> __builders)
Set the given list as this builder's list of Indexinfo buildersvoid
setApplyOnRestart(boolean applyOnRestart)
-
-
-
Field Detail
-
indexinfo
public java.util.List<IndexInfoConfig.Indexinfo.Builder> indexinfo
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(IndexInfoConfig config)
-
-
Method Detail
-
indexinfo
public IndexInfoConfig.Builder indexinfo(IndexInfoConfig.Indexinfo.Builder __builder)
Add the given builder to this builder's list of Indexinfo builders- Parameters:
__builder
- a builder- Returns:
- this builder
-
indexinfo
public IndexInfoConfig.Builder indexinfo(java.util.List<IndexInfoConfig.Indexinfo.Builder> __builders)
Set the given list as this builder's list of Indexinfo builders- Parameters:
__builders
- a list of builders- Returns:
- this builder
-
dispatchGetConfig
public final boolean dispatchGetConfig(com.yahoo.config.ConfigInstance.Producer producer)
- Specified by:
dispatchGetConfig
in interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefMd5
public final java.lang.String getDefMd5()
- Specified by:
getDefMd5
in interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefName
public final java.lang.String getDefName()
- Specified by:
getDefName
in interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefNamespace
public final java.lang.String 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
public IndexInfoConfig build()
-
-