Class CacheComponentMetricExecutor<C>
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.CacheMetricExecutor<C>
-
- org.jboss.as.clustering.infinispan.subsystem.CacheComponentMetricExecutor<C>
-
- All Implemented Interfaces:
Function<org.infinispan.Cache<?,?>,C>,org.jboss.as.clustering.controller.Executor<C,org.jboss.as.clustering.controller.Metric<C>>,org.jboss.as.clustering.controller.MetricExecutor<C>
public class CacheComponentMetricExecutor<C> extends CacheMetricExecutor<C>
Executor for metrics based on cache components.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description CacheComponentMetricExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors, Class<C> componentClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Capply(org.infinispan.Cache<?,?> cache)-
Methods inherited from class org.jboss.as.clustering.infinispan.subsystem.CacheMetricExecutor
execute
-
-