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<?,?>>,Executor<org.infinispan.AdvancedCache<?,?>,Metric<org.infinispan.AdvancedCache<?,?>>>,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(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
-
-
-
-
Constructor Detail
-
PartitionHandlingMetricExecutor
public PartitionHandlingMetricExecutor(FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors)
-
-