Uses of Class
io.streamthoughts.azkarra.api.model.MetricGroup
-
Packages that use MetricGroup Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.model -
-
Uses of MetricGroup in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return types with arguments of type MetricGroup Modifier and Type Method Description Set<MetricGroup>AzkarraStreamsService. getStreamsMetricsById(String applicationId)Gets all metrics for the specified streams application.Set<MetricGroup>AzkarraStreamsService. getStreamsMetricsById(String applicationId, Predicate<Tuple<String,Metric>> filter)Gets metrics for the specified streams application matching a predicate. -
Uses of MetricGroup in io.streamthoughts.azkarra.api.model
Methods in io.streamthoughts.azkarra.api.model with parameters of type MetricGroup Modifier and Type Method Description intMetricGroup. compareTo(MetricGroup that)
-