public abstract class CacheMetricExecutor<C> extends Object implements org.jboss.as.clustering.controller.MetricExecutor<C>, Function<org.infinispan.Cache<?,?>,C>
| Modifier | Constructor and Description |
|---|---|
protected |
CacheMetricExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors) |
protected |
CacheMetricExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors,
org.jboss.as.clustering.controller.BinaryCapabilityNameResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
execute(org.jboss.as.controller.OperationContext context,
org.jboss.as.clustering.controller.Metric<C> metric) |
protected CacheMetricExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors)
protected CacheMetricExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors,
org.jboss.as.clustering.controller.BinaryCapabilityNameResolver resolver)
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
Copyright © 2020 JBoss by Red Hat. All rights reserved.