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