Class CacheMetricExecutor<C>
java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.CacheMetricExecutor<C>
- All Implemented Interfaces:
Function<org.infinispan.Cache<?,,?>, C> Executor<C,,Metric<C>> MetricExecutor<C>
- Direct Known Subclasses:
CacheComponentMetricExecutor,CacheInterceptorMetricExecutor,ClusteredCacheMetricExecutor,LockingMetricExecutor,PartitionHandlingMetricExecutor
public abstract class CacheMetricExecutor<C>
extends Object
implements MetricExecutor<C>, Function<org.infinispan.Cache<?,?>,C>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCacheMetricExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.infinispan.Cache<?, ?>> executors) protectedCacheMetricExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.infinispan.Cache<?, ?>> executors, org.jboss.as.controller.capability.BinaryCapabilityNameResolver resolver) -
Method Summary
-
Constructor Details
-
CacheMetricExecutor
protected CacheMetricExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.infinispan.Cache<?, ?>> executors) -
CacheMetricExecutor
protected CacheMetricExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.infinispan.Cache<?, ?>> executors, org.jboss.as.controller.capability.BinaryCapabilityNameResolver resolver)
-
-
Method Details