Class RemoteCacheMetricExecutor
java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.remote.RemoteCacheMetricExecutor
- All Implemented Interfaces:
org.wildfly.subsystem.resource.executor.MetricExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
public class RemoteCacheMetricExecutor
extends Object
implements org.wildfly.subsystem.resource.executor.MetricExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>
Executor for remote cache metrics.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteCacheMetricExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<RemoteCacheContainer> executors) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.dmr.ModelNodeexecute(org.jboss.as.controller.OperationContext context, org.wildfly.subsystem.resource.executor.Metric<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean> metric)
-
Constructor Details
-
RemoteCacheMetricExecutor
public RemoteCacheMetricExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<RemoteCacheContainer> executors)
-
-
Method Details
-
execute
public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, org.wildfly.subsystem.resource.executor.Metric<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean> metric) throws org.jboss.as.controller.OperationFailedException - Specified by:
executein interfaceorg.wildfly.subsystem.resource.executor.MetricExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheClientStatisticsMXBean>- Throws:
org.jboss.as.controller.OperationFailedException
-