Package com.yahoo.vespa.model.search
Class Tuning
java.lang.Object
com.yahoo.config.model.producer.AnyConfigProducer
com.yahoo.vespa.model.search.Tuning
- All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer,com.yahoo.vespa.config.search.core.ProtonConfig.Producer,ConfigProducer,Serializable
public class Tuning
extends AnyConfigProducer
implements com.yahoo.vespa.config.search.core.ProtonConfig.Producer
Class representing the tuning config used for a search cluster.
Take a look at proton.def and vespa doc for detailed explanations.
- Author:
- geirst
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.yahoo.config.model.producer.AnyConfigProducer
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetConfig(com.yahoo.vespa.config.search.core.ProtonConfig.Builder builder) intMethods inherited from class com.yahoo.config.model.producer.AnyConfigProducer
addConfigId, addUserConfig, cascadeConfig, currentConfigId, findInheritedClassLoader, getConfigClassLoader, getConfigId, getDescendantServices, getMonitoringService, getParent, getRoot, getSubId, getUserConfigs, hostSystem, mergeUserConfigs, remove, setParent, setUserConfigs, stateIsHosted, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.vespa.model.ConfigProducer
dump, getChildren
-
Field Details
-
dispatch
-
searchNode
-
-
Constructor Details
-
Tuning
-
-
Method Details
-
getConfig
public void getConfig(com.yahoo.vespa.config.search.core.ProtonConfig.Builder builder) - Specified by:
getConfigin interfacecom.yahoo.vespa.config.search.core.ProtonConfig.Producer
-
threadsPerSearch
public int threadsPerSearch()
-