| Package | Description |
|---|---|
| org.infinispan.cache.impl | |
| org.infinispan.context.impl |
This package contains different context implementations, selected dynamically based on the type of invocation.
|
| org.infinispan.expiration.impl | |
| org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| Modifier and Type | Field and Description |
|---|---|
protected InvocationContextFactory |
CacheImpl.invocationContextFactory |
protected InvocationContextFactory |
InvocationHelper.invocationContextFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInvocationContextFactory
Base class for InvocationContextFactory implementations.
|
class |
NonTransactionalInvocationContextFactory
Invocation Context container to be used for non-transactional caches.
|
class |
TransactionalInvocationContextFactory
Invocation context to be used for transactional caches.
|
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRef<InvocationContextFactory> |
ExpirationManagerImpl.cfRef |
| Modifier and Type | Method and Description |
|---|---|
ComponentRef<InvocationContextFactory> |
ComponentRegistry.getInvocationContextFactory() |
| Modifier and Type | Field and Description |
|---|---|
protected InvocationContextFactory |
StateConsumerImpl.icf |
Copyright © 2022 JBoss by Red Hat. All rights reserved.