Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
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.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.marshall.core | |
org.infinispan.security.impl |
Modifier and Type | Method and Description |
---|---|
InvocationContextContainer |
AdvancedCache.getInvocationContextContainer()
Deprecated.
This method may be removed in a future version of Infinispan.
|
Modifier and Type | Field and Description |
---|---|
protected InvocationContextContainer |
CacheImpl.icc |
Modifier and Type | Method and Description |
---|---|
InvocationContextContainer |
SimpleCacheImpl.getInvocationContextContainer() |
InvocationContextContainer |
AbstractDelegatingAdvancedCache.getInvocationContextContainer() |
InvocationContextContainer |
CacheImpl.getInvocationContextContainer() |
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 | Class and Description |
---|---|
class |
InvocationContextContainerImpl
InvocationContextContainer implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
InvocationContextInterceptor.init(ComponentRegistry componentRegistry,
TransactionTable txTable,
InvocationContextContainer invocationContextContainer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionAwareMarshaller.inject(Cache cache,
Configuration cfg,
InvocationContextContainer icc,
ExternalizerTable extTable,
GlobalConfiguration globalCfg) |
void |
CacheMarshaller.inject(Cache cache,
Configuration cfg,
InvocationContextContainer icc,
ExternalizerTable extTable,
GlobalConfiguration globalCfg) |
Constructor and Description |
---|
EmbeddedContextClassResolver(ClassLoader defaultClassLoader,
InvocationContextContainer icc) |
JBossMarshaller(ExternalizerTable externalizerTable,
Configuration cfg,
InvocationContextContainer icc,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
InvocationContextContainer |
SecureCacheImpl.getInvocationContextContainer() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.