Uses of Interface
org.wildfly.subsystem.resource.executor.Metric
-
Packages that use Metric Package Description org.wildfly.subsystem.resource.executor -
-
Uses of Metric in org.wildfly.subsystem.resource.executor
Methods in org.wildfly.subsystem.resource.executor with parameters of type Metric Modifier and Type Method Description org.jboss.dmr.ModelNodeMetricExecutor. execute(org.jboss.as.controller.OperationContext context, Metric<C> metric)Executes the specified executable against the specified operation context.Constructors in org.wildfly.subsystem.resource.executor 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.Constructor parameters in org.wildfly.subsystem.resource.executor with type arguments of type Metric Constructor Description MetricOperationStepHandler(MetricExecutor<C> executor, Iterable<? extends Metric<C>> metrics)
-