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