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>,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(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
-
-
-
-
Constructor Detail
-
CacheInterceptorOperationExecutor
public CacheInterceptorOperationExecutor(FunctionExecutorRegistry<org.infinispan.Cache<?,?>> executors, Class<I> interceptorClass)
-
-
Method Detail
-
apply
public I apply(org.infinispan.Cache<?,?> cache)
-
-