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.cache.impl | |
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.security.impl |
Modifier and Type | Method and Description |
---|---|
BatchContainer |
AdvancedCache.getBatchContainer()
Returns the component in charge of batching cache operations.
|
Modifier and Type | Field and Description |
---|---|
protected BatchContainer |
AutoBatchSupport.batchContainer |
Modifier and Type | Field and Description |
---|---|
protected BatchContainer |
CacheImpl.batchContainer |
Modifier and Type | Method and Description |
---|---|
BatchContainer |
SimpleCacheImpl.getBatchContainer() |
BatchContainer |
AbstractDelegatingAdvancedCache.getBatchContainer() |
BatchContainer |
CacheImpl.getBatchContainer() |
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
ExpirationManager expirationManager,
InvocationContextFactory invocationContextFactory,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
org.infinispan.commons.marshall.StreamingMarshaller marshaller,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
AuthorizationManager authorizationManager,
GlobalConfiguration globalCfg,
PartitionHandlingManager partitionHandlingManager,
LocalTopologyManager localTopologyManager) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionalInvocationContextFactory.init(TransactionManager tm,
TransactionTable transactionTable,
Configuration config,
BatchContainer batchContainer) |
Modifier and Type | Method and Description |
---|---|
BatchContainer |
SecureCacheImpl.getBatchContainer() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.