Class StorDistributionConfig

java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.vespa.config.content.StorDistributionConfig

public final class StorDistributionConfig extends com.yahoo.config.ConfigInstance
This class represents the root node of stor-distribution Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
  • Field Details

  • Constructor Details

  • Method Details

    • getDefMd5

      public static String getDefMd5()
    • getDefName

      public static String getDefName()
    • getDefNamespace

      public static String getDefNamespace()
    • redundancy

      public int redundancy()
      Returns:
      stor-distribution.redundancy
    • initial_redundancy

      public int initial_redundancy()
      Returns:
      stor-distribution.initial_redundancy
    • ensure_primary_persisted

      public boolean ensure_primary_persisted()
      Returns:
      stor-distribution.ensure_primary_persisted
    • ready_copies

      public int ready_copies()
      Returns:
      stor-distribution.ready_copies
    • active_per_leaf_group

      public boolean active_per_leaf_group()
      Returns:
      stor-distribution.active_per_leaf_group
    • group

      Returns:
      stor-distribution.group[]
    • group

      public StorDistributionConfig.Group group(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      stor-distribution.group[]