Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.commands.CancellationService

Packages that use CancellationService
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.distexec   
org.infinispan.distexec.mapreduce   
org.infinispan.remoting Remote communication between cache instances. 
 

Uses of CancellationService in org.infinispan.commands
 

Classes in org.infinispan.commands that implement CancellationService
 class CancellationServiceImpl
          CancellationServiceImpl is a default implementation of CancellationService
 

Methods in org.infinispan.commands with parameters of type CancellationService
 void CancelCommand.init(CancellationService service)
           
 void CommandsFactoryImpl.setupDependencies(DataContainer container, CacheNotifier notifier, Cache<Object,Object> cache, InterceptorChain interceptorChain, DistributionManager distributionManager, InvocationContextContainer icc, TransactionTable txTable, Configuration configuration, Map<Byte,ModuleCommandInitializer> moduleCommandInitializers, RecoveryManager recoveryManager, StateProvider stateProvider, StateConsumer stateConsumer, LockManager lockManager, InternalEntryFactory entryFactory, MapReduceManager mapReduceManager, StateTransferManager stm, BackupSender backupSender, CancellationService cancellationService)
           
 

Uses of CancellationService in org.infinispan.distexec
 

Fields in org.infinispan.distexec declared as CancellationService
protected  CancellationService DefaultExecutorService.cancellationService
           
 

Uses of CancellationService in org.infinispan.distexec.mapreduce
 

Fields in org.infinispan.distexec.mapreduce declared as CancellationService
protected  CancellationService MapReduceTask.cancellationService
           
 

Uses of CancellationService in org.infinispan.remoting
 

Methods in org.infinispan.remoting with parameters of type CancellationService
 void InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr, Transport transport, GlobalConfiguration globalConfiguration, CancellationService cancelService)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.