Class StatisticsConfig

java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.container.StatisticsConfig

public final class StatisticsConfig extends com.yahoo.config.ConfigInstance
This class represents the root node of statistics Copyright Yahoo. 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()
    • getDefVersion

      public static String getDefVersion()
    • collectionintervalsec

      public double collectionintervalsec()
      Returns:
      statistics.collectionintervalsec
    • loggingintervalsec

      public double loggingintervalsec()
      Returns:
      statistics.loggingintervalsec
    • values

      public List<StatisticsConfig.Values> values()
      Returns:
      statistics.values[]
    • values

      public StatisticsConfig.Values values(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      statistics.values[]
    • counterresets

      public List<StatisticsConfig.Counterresets> counterresets()
      Returns:
      statistics.counterresets[]
    • counterresets

      public StatisticsConfig.Counterresets counterresets(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      statistics.counterresets[]