Class SingletonMetricExecutor
- java.lang.Object
-
- org.wildfly.extension.clustering.singleton.SingletonMetricExecutor
-
- Direct Known Subclasses:
SingletonDeploymentMetricExecutor,SingletonServiceMetricExecutor
public class SingletonMetricExecutor extends Object implements MetricExecutor<Singleton>
Generic executor for singleton metrics.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SingletonMetricExecutor(Function<String,org.jboss.msc.service.ServiceName> serviceNameFactory, FunctionExecutorRegistry<Singleton> executors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.dmr.ModelNodeexecute(org.jboss.as.controller.OperationContext context, Metric<Singleton> metric)
-
-
-
Constructor Detail
-
SingletonMetricExecutor
public SingletonMetricExecutor(Function<String,org.jboss.msc.service.ServiceName> serviceNameFactory, FunctionExecutorRegistry<Singleton> executors)
-
-