Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.batch |
Support for batching calls using the
Cache.startBatch() and Cache.endBatch(boolean)
API. |
Modifier and Type | Field and Description |
---|---|
protected BatchContainer |
CacheImpl.batchContainer |
Modifier and Type | Method and Description |
---|---|
BatchContainer |
CacheImpl.getBatchContainer() |
BatchContainer |
AdvancedCache.getBatchContainer()
Returns the component in charge of batching cache operations.
|
BatchContainer |
AbstractDelegatingCacheImpl.getBatchContainer() |
BatchContainer |
AbstractDelegatingAdvancedCache.getBatchContainer() |
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
StateTransferManager stateTransferManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager) |
Modifier and Type | Field and Description |
---|---|
protected BatchContainer |
AutoBatchSupport.batchContainer |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.