Uses of Class
com.ocient.metrics.Metric
Packages that use Metric
-
Uses of Metric in com.ocient.metrics
Subclasses of Metric in com.ocient.metricsMethods in com.ocient.metrics that return types with arguments of type MetricModifier and TypeMethodDescriptionMetricsRegistry.find(Metric.MetricPath path) Finds the singleMetricwith the exact given path.MetricsRegistry.stream()Method parameters in com.ocient.metrics with type arguments of type MetricModifier and TypeMethodDescription<R,A> R Finds the group ofMetrics that match the given predicate.<R,A> R Finds the group ofMetrics that match the given predicate.voidRemoves a counter with the givenMetric.MetricPath. -
Uses of Metric in com.ocient.rest
Method parameters in com.ocient.rest with type arguments of type MetricModifier and TypeMethodDescriptionstatic MetricsResponseReturns a response that defers capture ofMetricvalues until JSON serialization using the com.fasterxml.jackson.databindJsonSerializer.static MetricsResponseEagerly snapshots the current values for allMetrics.