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
Constructors Modifier Constructor Description protectedCacheMetricExecutor(FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors)protectedCacheMetricExecutor(FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors, BinaryCapabilityNameResolver resolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.dmr.ModelNodeexecute(org.jboss.as.controller.OperationContext context, Metric<C> metric)
-
-
-
Constructor Detail
-
CacheMetricExecutor
protected CacheMetricExecutor(FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors)
-
CacheMetricExecutor
protected CacheMetricExecutor(FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors, BinaryCapabilityNameResolver resolver)
-
-