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 | |
org.infinispan.tree.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 |
AbstractDelegatingAdvancedCache.getBatchContainer() |
BatchContainer |
CacheImpl.getBatchContainer() |
BatchContainer |
SimpleCacheImpl.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,
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() |
Constructor and Description |
---|
NodeImpl(Fqn fqn,
AdvancedCache<?,?> cache,
BatchContainer batchContainer) |
TreeStructureSupport(AdvancedCache<?,?> cache,
BatchContainer batchContainer) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.