@Immutable
public class FederationSearcherModel
extends com.yahoo.component.chain.model.ChainedComponentModel
Modifier and Type | Class and Description |
---|---|
static class |
FederationSearcherModel.TargetSpec
Specifies one or more search chains that can be addressed
as a single source.
|
Modifier and Type | Field and Description |
---|---|
private static com.yahoo.component.ComponentSpecification |
federationSearcherComponentSpecification |
boolean |
inheritDefaultSources |
List<FederationSearcherModel.TargetSpec> |
targets |
Constructor and Description |
---|
FederationSearcherModel(com.yahoo.component.ComponentSpecification componentId,
com.yahoo.component.chain.dependencies.Dependencies dependencies,
List<FederationSearcherModel.TargetSpec> targets,
boolean inheritDefaultSources) |
private static com.yahoo.component.ComponentSpecification federationSearcherComponentSpecification
public final List<FederationSearcherModel.TargetSpec> targets
public final boolean inheritDefaultSources
public FederationSearcherModel(com.yahoo.component.ComponentSpecification componentId, com.yahoo.component.chain.dependencies.Dependencies dependencies, List<FederationSearcherModel.TargetSpec> targets, boolean inheritDefaultSources)
Copyright © 2018. All rights reserved.