Package com.yahoo.vespaclient.config
Class FeederConfig.Builder
java.lang.Object
com.yahoo.vespaclient.config.FeederConfig.Builder
- All Implemented Interfaces:
com.yahoo.config.ConfigBuilder
,com.yahoo.config.ConfigInstance.Builder
- Enclosing class:
- FeederConfig
public static final class FeederConfig.Builder
extends Object
implements com.yahoo.config.ConfigInstance.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabortondocumenterror
(boolean __value) abortonsenderror
(boolean __value) build()
createifnonexistent
(boolean __value) final boolean
dispatchGetConfig
(com.yahoo.config.ConfigInstance.Producer producer) docprocchain
(String __value) final boolean
final String
final String
final String
maxbusythreads
(int __value) maxfeedrate
(double __value) maxpendingbytes
(int __value) maxpendingdocs
(int __value) mbusport
(int __value) retrydelay
(double __value) retryenabled
(boolean __value) final void
setApplyOnRestart
(boolean applyOnRestart) timeout
(double __value) tracelevel
(int __value)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
abortondocumenterror
-
abortonsenderror
-
idprefix
-
maxpendingdocs
-
maxpendingbytes
-
maxbusythreads
-
maxfeedrate
-
retryenabled
-
retrydelay
-
timeout
-
route
-
tracelevel
-
mbusport
-
docprocchain
-
createifnonexistent
-
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
-