Class CacheMetricExecutor<C>
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.CacheMetricExecutor<C>
-
- All Implemented Interfaces:
Function<org.infinispan.Cache<?,?>,C>,org.jboss.as.clustering.controller.Executor<C,org.jboss.as.clustering.controller.Metric<C>>,org.jboss.as.clustering.controller.MetricExecutor<C>
- Direct Known Subclasses:
CacheComponentMetricExecutor,CacheInterceptorMetricExecutor,ClusteredCacheMetricExecutor,LockingMetricExecutor,PartitionHandlingMetricExecutor
public abstract class CacheMetricExecutor<C> extends Object implements org.jboss.as.clustering.controller.MetricExecutor<C>, Function<org.infinispan.Cache<?,?>,C>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCacheMetricExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors)protectedCacheMetricExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors, org.jboss.as.clustering.controller.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, org.jboss.as.clustering.controller.Metric<C> metric)
-
-
-
Constructor Detail
-
CacheMetricExecutor
protected CacheMetricExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors)
-
CacheMetricExecutor
protected CacheMetricExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors, org.jboss.as.clustering.controller.BinaryCapabilityNameResolver resolver)
-
-
Method Detail
-
execute
public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, org.jboss.as.clustering.controller.Metric<C> metric) throws org.jboss.as.controller.OperationFailedException
-
-