Package com.yahoo.vespaclient.config
Class FeederConfig
java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.vespaclient.config.FeederConfig
public final class FeederConfig
extends com.yahoo.config.ConfigInstance
This class represents the root node of feeder
Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static interface
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.ConfigInstance
getDefName, getDefNamespace, serialize, serialize
Methods inherited from class com.yahoo.config.InnerNode
equals, getAllDescendantLeafNodes, getChildren, getChildrenWithVectorsFlattened, hashCode, postInitialize, toString
Methods inherited from class com.yahoo.config.Node
clone
-
Field Details
-
CONFIG_DEF_MD5
- See Also:
-
CONFIG_DEF_NAME
- See Also:
-
CONFIG_DEF_NAMESPACE
- See Also:
-
CONFIG_DEF_SCHEMA
-
-
Constructor Details
-
FeederConfig
-
-
Method Details
-
getDefMd5
-
getDefName
-
getDefNamespace
-
abortondocumenterror
public boolean abortondocumenterror()- Returns:
- feeder.abortondocumenterror
-
abortonsenderror
public boolean abortonsenderror()- Returns:
- feeder.abortonsenderror
-
idprefix
- Returns:
- feeder.idprefix
-
maxpendingdocs
public int maxpendingdocs()- Returns:
- feeder.maxpendingdocs
-
maxpendingbytes
public int maxpendingbytes()- Returns:
- feeder.maxpendingbytes
-
maxbusythreads
public int maxbusythreads()- Returns:
- feeder.maxbusythreads
-
maxfeedrate
public double maxfeedrate()- Returns:
- feeder.maxfeedrate
-
retryenabled
public boolean retryenabled()- Returns:
- feeder.retryenabled
-
retrydelay
public double retrydelay()- Returns:
- feeder.retrydelay
-
timeout
public double timeout()- Returns:
- feeder.timeout
-
route
- Returns:
- feeder.route
-
tracelevel
public int tracelevel()- Returns:
- feeder.tracelevel
-
mbusport
public int mbusport()- Returns:
- feeder.mbusport
-
docprocchain
- Returns:
- feeder.docprocchain
-
createifnonexistent
public boolean createifnonexistent()- Returns:
- feeder.createifnonexistent
-