Class 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 Detail

      • CacheComponentMetricExecutor

        public CacheComponentMetricExecutor​(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,​?>> executors,
                                            Class<C> componentClass)
    • Method Detail

      • apply

        public C apply​(org.infinispan.Cache<?,​?> cache)