Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CancellationServiceImpl
CancellationServiceImpl is a default implementation of
CancellationService |
Modifier and Type | Method and Description |
---|---|
void |
CancelCommand.init(CancellationService service) |
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache<Object,Object> cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextFactory icf,
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,
TimeService timeService) |
Modifier and Type | Field and Description |
---|---|
protected CancellationService |
DefaultExecutorService.cancellationService |
Modifier and Type | Field and Description |
---|---|
protected CancellationService |
MapReduceTask.cancellationService |
Modifier and Type | Method and Description |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
Transport transport,
BlockingTaskAwareExecutorService remoteCommandsExecutor,
BlockingTaskAwareExecutorService totalOrderExecutorService,
CancellationService cancelService) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.