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>,Executor<C,Metric<C>>,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(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
-
-
-
-
Constructor Detail
-
CacheComponentMetricExecutor
public CacheComponentMetricExecutor(FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors, Class<C> componentClass)
-
-
Method Detail
-
apply
public C apply(org.infinispan.Cache<?,?> cache)
-
-