Class CacheContainerMetricExecutor

java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.CacheContainerMetricExecutor
All Implemented Interfaces:
Executor<org.infinispan.manager.EmbeddedCacheManager,Metric<org.infinispan.manager.EmbeddedCacheManager>>, MetricExecutor<org.infinispan.manager.EmbeddedCacheManager>

public class CacheContainerMetricExecutor extends Object implements MetricExecutor<org.infinispan.manager.EmbeddedCacheManager>
Executor for cache-container metrics.
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
    CacheContainerMetricExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.infinispan.manager.EmbeddedCacheManager> executors)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.dmr.ModelNode
    execute(org.jboss.as.controller.OperationContext context, Metric<org.infinispan.manager.EmbeddedCacheManager> metric)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CacheContainerMetricExecutor

      public CacheContainerMetricExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.infinispan.manager.EmbeddedCacheManager> executors)
  • Method Details

    • execute

      public org.jboss.dmr.ModelNode execute(org.jboss.as.controller.OperationContext context, Metric<org.infinispan.manager.EmbeddedCacheManager> metric) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface Executor<org.infinispan.manager.EmbeddedCacheManager,Metric<org.infinispan.manager.EmbeddedCacheManager>>
      Throws:
      org.jboss.as.controller.OperationFailedException