Uses of Class
com.ocient.rest.MetricsResponse
| Package | Description |
|---|---|
| com.ocient.rest | |
| com.ocient.rest.resources |
-
Uses of MetricsResponse in com.ocient.rest
Methods in com.ocient.rest that return MetricsResponse Modifier and Type Method Description static MetricsResponseMetricsResponse. delayed(List<Metric<?>> metrics)Returns a response that defers capture ofMetricvalues until JSON serialization using the com.fasterxml.jackson.databindJsonSerializer.static MetricsResponseMetricsResponse. snapshot(List<Metric<?>> metrics)Eagerly snapshots the current values for allMetrics.Methods in com.ocient.rest with parameters of type MetricsResponse Modifier and Type Method Description voidMetricsResponse.Serializer. serialize(MetricsResponse value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) -
Uses of MetricsResponse in com.ocient.rest.resources
Methods in com.ocient.rest.resources that return MetricsResponse Modifier and Type Method Description MetricsResponseMetricsResource. getAll()Get all available metrics