Class KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl

java.lang.Object
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
All Implemented Interfaces:
Prototype.Api, KeyPerformanceIndicatorMetricsConfig
Enclosing class:
KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER extends KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends KeyPerformanceIndicatorMetricsConfig>

protected static class KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl extends Object implements KeyPerformanceIndicatorMetricsConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Field Details

    • LONG_RUNNING_REQUESTS_THRESHOLD_DEFAULT

      static final String LONG_RUNNING_REQUESTS_THRESHOLD_DEFAULT
      Default long-running requests threshold.
      See Also:
  • Constructor Details

    • KeyPerformanceIndicatorMetricsConfigImpl

      protected KeyPerformanceIndicatorMetricsConfigImpl(KeyPerformanceIndicatorMetricsConfig.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details

    • extended

      public boolean extended()
    • longRunningRequestThreshold

      public Duration longRunningRequestThreshold()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object