Class RemoteCacheContainerMetricExecutor
java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.remote.RemoteCacheContainerMetricExecutor
- All Implemented Interfaces:
org.wildfly.subsystem.resource.executor.MetricExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheManagerMXBean>
public class RemoteCacheContainerMetricExecutor
extends Object
implements org.wildfly.subsystem.resource.executor.MetricExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheManagerMXBean>
Executor for remote cache container metrics.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteCacheContainerMetricExecutor(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.RemoteCacheManagerMXBean> metric)
-
Constructor Details
-
RemoteCacheContainerMetricExecutor
public RemoteCacheContainerMetricExecutor(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.RemoteCacheManagerMXBean> metric) throws org.jboss.as.controller.OperationFailedException - Specified by:
executein interfaceorg.wildfly.subsystem.resource.executor.MetricExecutor<org.infinispan.client.hotrod.jmx.RemoteCacheManagerMXBean>- Throws:
org.jboss.as.controller.OperationFailedException
-