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 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)