Class RemoteCacheMetricExecutor
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.remote.RemoteCacheMetricExecutor
-
- All Implemented Interfaces:
Executor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean,Metric<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>>,MetricExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
public class RemoteCacheMetricExecutor extends Object implements MetricExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RemoteCacheMetricExecutor(FunctionExecutorRegistry<RemoteCacheContainer> 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<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean> metric)
-
-
-
Constructor Detail
-
RemoteCacheMetricExecutor
public RemoteCacheMetricExecutor(FunctionExecutorRegistry<RemoteCacheContainer> executors)
-
-
Method Detail
-
execute
public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, Metric<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean> metric) throws org.jboss.as.controller.OperationFailedException
-
-