Uses of Class
com.yahoo.vespa.model.container.component.Component
Packages that use Component
Package
Description
-
Uses of Component in com.yahoo.vespa.model.admin.clustercontroller
Subclasses of Component in com.yahoo.vespa.model.admin.clustercontrollerModifier and TypeClassDescriptionclassSets up a simple component to keep the state of the cluster controller, even when configuration changes.classModel serving class. -
Uses of Component in com.yahoo.vespa.model.builder.xml.dom
Methods in com.yahoo.vespa.model.builder.xml.dom that return ComponentModifier and TypeMethodDescriptionDomComponentBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element spec) Methods in com.yahoo.vespa.model.builder.xml.dom that return types with arguments of type ComponentModifier and TypeMethodDescriptionDomComponentBuilder.doBuild(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element spec) Methods in com.yahoo.vespa.model.builder.xml.dom with parameters of type ComponentModifier and TypeMethodDescriptionstatic voidDomComponentBuilder.addChildren(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element componentNode, Component<? super Component<?, ?>, ?> component) Method parameters in com.yahoo.vespa.model.builder.xml.dom with type arguments of type ComponentModifier and TypeMethodDescriptionstatic voidDomComponentBuilder.addChildren(DeployState deployState, TreeConfigProducer<AnyConfigProducer> ancestor, Element componentNode, Component<? super Component<?, ?>, ?> component) -
Uses of Component in com.yahoo.vespa.model.container
Subclasses of Component in com.yahoo.vespa.model.containerModifier and TypeClassDescriptionclassComponent definition for aExecutorusingContainerThreadPool.classclassMethods in com.yahoo.vespa.model.container that return ComponentModifier and TypeMethodDescriptionComponent<?,?> ContainerCluster.removeComponent(com.yahoo.component.ComponentId componentId) Removes a component by idMethods in com.yahoo.vespa.model.container that return types with arguments of type ComponentModifier and TypeMethodDescriptionCollection<Component<?,?>> ContainerCluster.getAllComponents()Returns all components in this cluster (generic, handlers, chained)ContainerCluster.getComponentsMap()Methods in com.yahoo.vespa.model.container with parameters of type ComponentModifier and TypeMethodDescriptionfinal voidContainer.addComponent(Component c) final voidContainerCluster.addComponent(Component<?, ?> component) -
Uses of Component in com.yahoo.vespa.model.container.component
Classes in com.yahoo.vespa.model.container.component with type parameters of type ComponentSubclasses of Component in com.yahoo.vespa.model.container.componentModifier and TypeClassDescriptionfinal classclassclassclassclassSets up VipStatusHandler that answers OK when a certain file is present.classModels a jdisc RequestHandler (including ClientProvider).static classThe default threadpool for all handlers, except those that declare their own, e.g.classclassclassA registry for significance models.classA component that resides in the container-disc bundle.classMethods in com.yahoo.vespa.model.container.component that return ComponentModifier and TypeMethodDescriptionstatic Component<?,?> Component.fromClassAndBundle(Class<?> clazz, String bundle) Returns a component that uses its class name as id.Methods in com.yahoo.vespa.model.container.component with parameters of type ComponentModifier and TypeMethodDescriptionintstatic com.yahoo.container.ComponentsConfig.Components.BuilderComponentsConfigGenerator.componentsConfig(Component<?, ?> component) voidvoidComponent.injectForName(String name, Component component) Method parameters in com.yahoo.vespa.model.container.component with type arguments of type ComponentModifier and TypeMethodDescriptionstatic List<com.yahoo.container.ComponentsConfig.Components.Builder>ComponentsConfigGenerator.generate(Collection<? extends Component<?, ?>> components) -
Uses of Component in com.yahoo.vespa.model.container.component.chain
Subclasses of Component in com.yahoo.vespa.model.container.component.chainModifier and TypeClassDescriptionclassChainedComponent<T extends com.yahoo.component.chain.model.ChainedComponentModel>classProcessingHandler<CHAINS extends Chains<?>>Represents a handler for processing chains. -
Uses of Component in com.yahoo.vespa.model.container.docproc
Subclasses of Component in com.yahoo.vespa.model.container.docproc -
Uses of Component in com.yahoo.vespa.model.container.http
Subclasses of Component in com.yahoo.vespa.model.container.httpModifier and TypeClassDescriptionclassclassclassclassclassstatic final class -
Uses of Component in com.yahoo.vespa.model.container.http.ssl
Subclasses of Component in com.yahoo.vespa.model.container.http.sslModifier and TypeClassDescriptionclassConfigure SSL with PEM encoded certificate/key stringsclassConfigure SSL using file referencesclassclassclassComponent specification forConnectorFactorywith hosted specific configuration.class -
Uses of Component in com.yahoo.vespa.model.container.processing
Subclasses of Component in com.yahoo.vespa.model.container.processingModifier and TypeClassDescriptionclassRepresentation of a Processor in the configuration model -
Uses of Component in com.yahoo.vespa.model.container.search
Subclasses of Component in com.yahoo.vespa.model.container.searchModifier and TypeClassDescriptionclassRepresents 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.class -
Uses of Component in com.yahoo.vespa.model.container.search.searchchain
Subclasses of Component in com.yahoo.vespa.model.container.search.searchchainModifier and TypeClassDescriptionclassConfig producer for the FederationSearcher.classSearcher<T extends com.yahoo.component.chain.model.ChainedComponentModel>Constructor parameters in com.yahoo.vespa.model.container.search.searchchain with type arguments of type ComponentModifierConstructorDescriptionFederationSearcher(com.yahoo.search.searchchain.model.federation.FederationSearcherModel searcherModel, Optional<Component> targetSelector) -
Uses of Component in com.yahoo.vespa.model.container.xml
Subclasses of Component in com.yahoo.vespa.model.container.xml -
Uses of Component in com.yahoo.vespa.model.search
Subclasses of Component in com.yahoo.vespa.model.search