Class ClusteredCacheMetricExecutor
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.CacheMetricExecutor<org.infinispan.remoting.rpc.RpcManagerImpl>
-
- org.jboss.as.clustering.infinispan.subsystem.ClusteredCacheMetricExecutor
-
- All Implemented Interfaces:
Function<org.infinispan.Cache<?,?>,org.infinispan.remoting.rpc.RpcManagerImpl>,org.jboss.as.clustering.controller.Executor<org.infinispan.remoting.rpc.RpcManagerImpl,org.jboss.as.clustering.controller.Metric<org.infinispan.remoting.rpc.RpcManagerImpl>>,org.jboss.as.clustering.controller.MetricExecutor<org.infinispan.remoting.rpc.RpcManagerImpl>
public class ClusteredCacheMetricExecutor extends CacheMetricExecutor<org.infinispan.remoting.rpc.RpcManagerImpl>
Handler for clustered cache metrics.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ClusteredCacheMetricExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.remoting.rpc.RpcManagerImplapply(org.infinispan.Cache<?,?> cache)-
Methods inherited from class org.jboss.as.clustering.infinispan.subsystem.CacheMetricExecutor
execute
-
-