Class ReindexingConfig.Builder

java.lang.Object
com.yahoo.vespa.config.content.reindexing.ReindexingConfig.Builder
All Implemented Interfaces:
com.yahoo.config.ConfigBuilder, com.yahoo.config.ConfigInstance.Builder
Enclosing class:
ReindexingConfig

public static final class ReindexingConfig.Builder extends Object implements com.yahoo.config.ConfigInstance.Builder
  • Field Details

  • Constructor Details

  • Method Details

    • enabled

      public ReindexingConfig.Builder enabled(boolean __value)
    • clusters

    • clusters

    • clusters

      Make a new builder and run the supplied function on it before using it as the value
      Parameters:
      __func - lambda that modifies the given builder
      Returns:
      this builder
    • dispatchGetConfig

      public final boolean dispatchGetConfig(com.yahoo.config.ConfigInstance.Producer producer)
      Specified by:
      dispatchGetConfig in interface com.yahoo.config.ConfigInstance.Builder
    • getDefMd5

      public final String getDefMd5()
      Specified by:
      getDefMd5 in interface com.yahoo.config.ConfigInstance.Builder
    • getDefName

      public final String getDefName()
      Specified by:
      getDefName in interface com.yahoo.config.ConfigInstance.Builder
    • getDefNamespace

      public final String getDefNamespace()
      Specified by:
      getDefNamespace in interface com.yahoo.config.ConfigInstance.Builder
    • getApplyOnRestart

      public final boolean getApplyOnRestart()
      Specified by:
      getApplyOnRestart in interface com.yahoo.config.ConfigInstance.Builder
    • setApplyOnRestart

      public final void setApplyOnRestart(boolean applyOnRestart)
      Specified by:
      setApplyOnRestart in interface com.yahoo.config.ConfigInstance.Builder
    • build

      public ReindexingConfig build()