Uses of Class
fr.gouv.vitam.common.metrics.VitamMetricsReporterType
-
Packages that use VitamMetricsReporterType Package Description fr.gouv.vitam.common.metrics This package contains the metric classes used in VITAMfr.gouv.vitam.common.server.application.configuration Provides Vitam Common Application Configuration Interfaces -
-
Uses of VitamMetricsReporterType in fr.gouv.vitam.common.metrics
Methods in fr.gouv.vitam.common.metrics that return VitamMetricsReporterType Modifier and Type Method Description static VitamMetricsReporterTypeVitamMetricsReporterType. get(java.lang.String metricReporterTypeName)Retrieve anVitamMetricsReporterTypegiven a name.static VitamMetricsReporterTypeVitamMetricsReporterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VitamMetricsReporterType[]VitamMetricsReporterType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VitamMetricsReporterType in fr.gouv.vitam.common.server.application.configuration
Methods in fr.gouv.vitam.common.server.application.configuration that return VitamMetricsReporterType Modifier and Type Method Description VitamMetricsReporterTypeVitamMetricsConfiguration. getMetricReporter()Get the metric reporter typeMethods in fr.gouv.vitam.common.server.application.configuration with parameters of type VitamMetricsReporterType Modifier and Type Method Description VitamMetricsConfigurationVitamMetricsConfiguration. setMetricReporter(VitamMetricsReporterType metricReporter)Set the metric reporter type
-