Uses of Interface
org.jboss.as.clustering.controller.Metric
-
Packages that use Metric Package Description org.jboss.as.clustering.controller -
-
Uses of Metric in org.jboss.as.clustering.controller
Constructors in org.jboss.as.clustering.controller with parameters of type Metric Constructor Description MetricFunction(Function<T,V> mapper, Metric<V> metric)Creates a functional view of the specified metric using the specified mapper.MetricHandler(MetricExecutor<C> executor, Metric<C>[] metrics)Constructor parameters in org.jboss.as.clustering.controller with type arguments of type Metric Constructor Description MetricHandler(MetricExecutor<C> executor, Collection<? extends Metric<C>> metrics)
-