Class PartitionHandlingOperationExecutor
java.lang.Object
org.jboss.as.clustering.infinispan.subsystem.CacheOperationExecutor<org.infinispan.AdvancedCache<?,?>>
org.jboss.as.clustering.infinispan.subsystem.PartitionHandlingOperationExecutor
- All Implemented Interfaces:
Function<org.infinispan.Cache<?,,?>, org.infinispan.AdvancedCache<?, ?>> OperationExecutor<org.infinispan.AdvancedCache<?,?>>
public class PartitionHandlingOperationExecutor
extends CacheOperationExecutor<org.infinispan.AdvancedCache<?,?>>
Executor for partition handling operations.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionHandlingOperationExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.infinispan.Cache<?, ?>> executors) -
Method Summary
Modifier and TypeMethodDescriptionorg.infinispan.AdvancedCache<?,?> apply(org.infinispan.Cache<?, ?> cache) Methods inherited from class org.jboss.as.clustering.infinispan.subsystem.CacheOperationExecutor
execute
-
Constructor Details
-
PartitionHandlingOperationExecutor
public PartitionHandlingOperationExecutor(org.wildfly.subsystem.service.capture.FunctionExecutorRegistry<org.infinispan.Cache<?, ?>> executors)
-
-
Method Details
-
apply
public org.infinispan.AdvancedCache<?,?> apply(org.infinispan.Cache<?, ?> cache)
-