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 booleandispatchGetConfig(com.yahoo.config.ConfigInstance.Producer producer) docprocchain(String __value) final booleanfinal Stringfinal Stringfinal Stringmaxbusythreads(int __value) maxfeedrate(double __value) maxpendingbytes(int __value) maxpendingdocs(int __value) mbusport(int __value) retrydelay(double __value) retryenabled(boolean __value) final voidsetApplyOnRestart(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:
dispatchGetConfigin interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefMd5
- Specified by:
getDefMd5in interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefName
- Specified by:
getDefNamein interfacecom.yahoo.config.ConfigInstance.Builder
-
getDefNamespace
- Specified by:
getDefNamespacein interfacecom.yahoo.config.ConfigInstance.Builder
-
getApplyOnRestart
public final boolean getApplyOnRestart()- Specified by:
getApplyOnRestartin interfacecom.yahoo.config.ConfigInstance.Builder
-
setApplyOnRestart
public final void setApplyOnRestart(boolean applyOnRestart) - Specified by:
setApplyOnRestartin interfacecom.yahoo.config.ConfigInstance.Builder
-
build
-