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