Class CacheInterceptorOperationExecutor<I extends org.infinispan.interceptors.AsyncInterceptor>
- java.lang.Object
-
- org.jboss.as.clustering.infinispan.subsystem.CacheOperationExecutor<I>
-
- org.jboss.as.clustering.infinispan.subsystem.CacheInterceptorOperationExecutor<I>
-
- All Implemented Interfaces:
Function<org.infinispan.Cache<?,?>,I>,org.jboss.as.clustering.controller.OperationExecutor<I>
public class CacheInterceptorOperationExecutor<I extends org.infinispan.interceptors.AsyncInterceptor> extends CacheOperationExecutor<I>
Executor for metrics based on a cache interceptor.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description CacheInterceptorOperationExecutor(org.jboss.as.clustering.controller.FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors, Class<I> interceptorClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iapply(org.infinispan.Cache<?,?> cache)-
Methods inherited from class org.jboss.as.clustering.infinispan.subsystem.CacheOperationExecutor
execute
-
-