Class SingleTarget

  • All Implemented Interfaces:
    com.yahoo.component.Component, java.lang.Comparable<com.yahoo.component.Component>

    public class SingleTarget
    extends Target
    TODO: What is this?
    Author:
    Tony Vaagenes
    • Field Summary

      • Fields inherited from class com.yahoo.component.AbstractComponent

        isDeconstructable
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleTarget​(com.yahoo.component.ComponentId id, SearchChainInvocationSpec searchChainInvocationSpec, boolean isDerived)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SearchChainInvocationSpec responsibleSearchChain​(com.yahoo.processing.request.Properties queryProperties)  
      java.lang.String searchRefDescription()  
      boolean useByDefault()  
      • Methods inherited from class com.yahoo.component.AbstractComponent

        clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SingleTarget

        public SingleTarget​(com.yahoo.component.ComponentId id,
                            SearchChainInvocationSpec searchChainInvocationSpec,
                            boolean isDerived)