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