Uses of Interface
com.j256.simplemetrics.persister.MetricValuesPersister
Packages that use MetricValuesPersister
Package
Description
Classes which manage all of the metrics and control their updating and persisting.
Classes which handle the persisting of the metrics.
-
Uses of MetricValuesPersister in com.j256.simplemetrics.manager
Methods in com.j256.simplemetrics.manager with parameters of type MetricValuesPersisterModifier and TypeMethodDescriptionvoidMetricsManager.setMetricValuesPersisters(MetricValuesPersister[] metricValuesPersisters) Set the persisters for the metric values. -
Uses of MetricValuesPersister in com.j256.simplemetrics.persister
Classes in com.j256.simplemetrics.persister that implement MetricValuesPersisterModifier and TypeClassDescriptionclassPublishes metrics to the java.util.Logger class using theLogger.info(String)method.classVery simple persister which dumps out metrics out toSystem.out.classPublishes metrics to the log file on disk.