Class ForkingSearcher.CommentedSearchChain

  • Enclosing class:
    ForkingSearcher

    public static class ForkingSearcher.CommentedSearchChain
    extends java.lang.Object
    A search chain with a comment about when it is used.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String comment  
      com.yahoo.component.chain.Chain<Searcher> searchChain  
    • Constructor Summary

      Constructors 
      Constructor Description
      CommentedSearchChain​(java.lang.String comment, com.yahoo.component.chain.Chain<Searcher> searchChain)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • comment

        public final java.lang.String comment
      • searchChain

        public final com.yahoo.component.chain.Chain<Searcher> searchChain
    • Constructor Detail

      • CommentedSearchChain

        public CommentedSearchChain​(java.lang.String comment,
                                    com.yahoo.component.chain.Chain<Searcher> searchChain)