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
BatchingCache.startBatch() and BatchingCache.endBatch(boolean)
API. |
org.infinispan.context |
Contexts contain information of a specific invocation on the cache, such as its origins, scope
(transactional or non-transactional), as well as invocation-specific flags.
|
org.infinispan.tree |
This package contains the TreeCache.
|
Modifier and Type | Field and Description |
---|---|
protected BatchContainer |
CacheImpl.batchContainer |
Modifier and Type | Method and Description |
---|---|
BatchContainer |
AbstractDelegatingAdvancedCache.getBatchContainer() |
BatchContainer |
CacheImpl.getBatchContainer() |
BatchContainer |
AdvancedCache.getBatchContainer()
Returns the component in charge of batching cache operations.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextFactory invocationContextFactory,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
GlobalConfiguration globalCfg) |
Modifier and Type | Field and Description |
---|---|
protected BatchContainer |
AutoBatchSupport.batchContainer |
Modifier and Type | Method and Description |
---|---|
void |
TransactionalInvocationContextFactory.init(TransactionManager tm,
TransactionTable transactionTable,
Configuration config,
BatchContainer batchContainer) |
Constructor and Description |
---|
NodeImpl(Fqn fqn,
AdvancedCache<?,?> cache,
BatchContainer batchContainer) |
TreeStructureSupport(AdvancedCache<?,?> cache,
BatchContainer batchContainer) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.