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
ConstructorsConstructorDescriptionPartitionHandlingMetricExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.infinispan.Cache<?, ?>> executors) -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.AdvancedCache<?,?> apply(org.infinispan.Cache<?, ?> cache) Methods inherited from class org.jboss.as.clustering.infinispan.subsystem.CacheMetricExecutor
execute
-
Constructor Details
-
PartitionHandlingMetricExecutor
public PartitionHandlingMetricExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.infinispan.Cache<?, ?>> executors)
-
-
Method Details
-
apply
public org.infinispan.AdvancedCache<?,?> apply(org.infinispan.Cache<?, ?> cache)
-