Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.distexec |
Distribute Executor APIs
|
org.infinispan.distexec.mapreduce |
Map/Reduce APIs
|
org.infinispan.remoting.inboundhandler |
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<Object,Object> 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,
XSiteStateProvider xSiteStateProvider,
XSiteStateConsumer xSiteStateConsumer,
XSiteStateTransferManager xSiteStateTransferManager,
EntryRetriever entryRetriever,
GroupManager groupManager,
PartitionHandlingManager partitionHandlingManager,
LocalStreamManager localStreamManager,
ClusterStreamManager clusterStreamManager,
ClusteringDependentLogic clusteringDependentLogic,
ExternalizerTable externalizerTable) |
Modifier and Type | Field and Description |
---|---|
protected CancellationService |
DefaultExecutorService.cancellationService |
Modifier and Type | Field and Description |
---|---|
protected CancellationService |
MapReduceTask.cancellationService
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BasePerCacheInboundInvocationHandler.injectDependencies(BlockingTaskAwareExecutorService remoteCommandsExecutor,
ResponseGenerator responseGenerator,
CancellationService cancellationService,
StateTransferLock stateTransferLock,
StateTransferManager stateTransferManager) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.