Uses of Enum Class
io.helidon.metrics.api.GcTimeType

Packages that use GcTimeType
Package
Description
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for whether metrics is actually on the runtime path or not or is enabled or not.
  • Uses of GcTimeType in io.helidon.metrics.api

    Methods in io.helidon.metrics.api that return GcTimeType
    Modifier and Type
    Method
    Description
    MetricsConfig.BuilderBase.gcTimeType()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Provided for backward compatibility only; no replacement
    MetricsConfig.BuilderBase.MetricsConfigImpl.gcTimeType()
     
    static GcTimeType
    GcTimeType.valueOf(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    static GcTimeType[]
    GcTimeType.values()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in io.helidon.metrics.api with parameters of type GcTimeType
    Modifier and Type
    Method
    Description
    MetricsConfig.BuilderBase.gcTimeType(GcTimeType gcTimeType)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Provided for backward compatibility only; no replacement