Class Tuning.SearchNode.Initialize

  • All Implemented Interfaces:
    com.yahoo.config.ConfigInstance.Producer, com.yahoo.vespa.config.search.core.ProtonConfig.Producer
    Enclosing class:
    Tuning.SearchNode

    public static class Tuning.SearchNode.Initialize
    extends java.lang.Object
    implements com.yahoo.vespa.config.search.core.ProtonConfig.Producer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Integer threads  
    • Constructor Summary

      Constructors 
      Constructor Description
      Initialize()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getConfig​(com.yahoo.vespa.config.search.core.ProtonConfig.Builder builder)  
      • Methods inherited from class java.lang.Object

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

      • threads

        public java.lang.Integer threads
    • Constructor Detail

      • Initialize

        public Initialize()
    • Method Detail

      • getConfig

        public void getConfig​(com.yahoo.vespa.config.search.core.ProtonConfig.Builder builder)
        Specified by:
        getConfig in interface com.yahoo.vespa.config.search.core.ProtonConfig.Producer