summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-11-18 20:15:09 +0100
committerGitHub <noreply@github.com>2019-11-18 20:15:09 +0100
commit42f5cf31cddcb4aae286ba889a3d9b342b49c02a (patch)
tree3d802bb45609739f14eff6073226d1e5f8111dfc /config-model
parent3cdb97188fbdea9237d6d1e8d3ffd883fecd644f (diff)
parentb7f69aa0f4132ea73dcc069d04fb4398b0451c25 (diff)
Merge pull request #11330 from vespa-engine/bratseth/smarter-rebalancing
Bratseth/smarter rebalancing
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/search/DispatcherComponent.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/search/DispatcherComponent.java b/config-model/src/main/java/com/yahoo/vespa/model/container/search/DispatcherComponent.java
index 7f51efcd092..704188e80e8 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/search/DispatcherComponent.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/search/DispatcherComponent.java
@@ -10,6 +10,8 @@ import com.yahoo.vespa.model.search.IndexedSearchCluster;
/**
* Represents a dispatcher component - an instance of a dispatcher in a search container cluster
* knows how to communicate with one indexed search cluster and owns the connections to it.
+ *
+ * @author bratseth
*/
public class DispatcherComponent extends Component<DispatcherComponent, ComponentModel>
implements DispatchConfig.Producer {