Class CacheContainerMetricExecutor
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.CacheContainerMetricExecutor
-
- All Implemented Interfaces:
Executor<org.infinispan.manager.EmbeddedCacheManager,Metric<org.infinispan.manager.EmbeddedCacheManager>>,MetricExecutor<org.infinispan.manager.EmbeddedCacheManager>
public class CacheContainerMetricExecutor extends Object implements MetricExecutor<org.infinispan.manager.EmbeddedCacheManager>
Executor for cache-container metrics.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description CacheContainerMetricExecutor(FunctionExecutorRegistry<org.infinispan.manager.EmbeddedCacheManager> 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.manager.EmbeddedCacheManager> metric)
-
-
-
Constructor Detail
-
CacheContainerMetricExecutor
public CacheContainerMetricExecutor(FunctionExecutorRegistry<org.infinispan.manager.EmbeddedCacheManager> executors)
-
-
Method Detail
-
execute
public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, Metric<org.infinispan.manager.EmbeddedCacheManager> metric) throws org.jboss.as.controller.OperationFailedException
-
-