Package | Description |
---|---|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.remoting.inboundhandler | |
org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
org.infinispan.xsite.statetransfer |
Modifier and Type | Method and Description |
---|---|
ResponseGenerator |
ComponentRegistry.getResponseGenerator()
Caching shortcut for #getComponent(ResponseGenerator.class);
|
Modifier and Type | Method and Description |
---|---|
static LocalInvocation |
LocalInvocation.newInstance(ResponseGenerator responseGenerator,
CacheRpcCommand command,
CommandsFactory commandsFactory,
Address self) |
Modifier and Type | Method and Description |
---|---|
void |
BasePerCacheInboundInvocationHandler.injectDependencies(BlockingTaskAwareExecutorService remoteCommandsExecutor,
ResponseGenerator responseGenerator,
CancellationService cancellationService,
StateTransferLock stateTransferLock,
StateTransferManager stateTransferManager) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultResponseGenerator
The default response generator for most cache modes
|
Modifier and Type | Method and Description |
---|---|
void |
XSiteStateTransferManagerImpl.inject(RpcManager rpcManager,
Configuration configuration,
CommandsFactory commandsFactory,
ResponseGenerator responseGenerator,
StateTransferManager stateTransferManager,
CacheNotifier cacheNotifier,
XSiteStateConsumer consumer,
XSiteStateProvider provider,
ExecutorService asyncExecutor) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.