Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
org.infinispan.container |
Data containers which store cache entries.
|
org.infinispan.eviction.impl | |
org.infinispan.security.impl |
Modifier and Type | Method and Description |
---|---|
EvictionManager |
AdvancedCache.getEvictionManager() |
Modifier and Type | Method and Description |
---|---|
EvictionManager |
SimpleCacheImpl.getEvictionManager() |
EvictionManager |
AbstractDelegatingAdvancedCache.getEvictionManager() |
EvictionManager |
CacheImpl.getEvictionManager() |
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 |
DefaultDataContainer.initialize(EvictionManager evictionManager,
PassivationManager passivator,
InternalEntryFactory entryFactory,
ActivationManager activator,
PersistenceManager clm,
TimeService timeService,
CacheNotifier cacheNotifier,
ExpirationManager<K,V> expirationManager) |
Modifier and Type | Class and Description |
---|---|
class |
EvictionManagerImpl<K,V> |
Modifier and Type | Method and Description |
---|---|
EvictionManager |
SecureCacheImpl.getEvictionManager() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.