Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cdi |
This is the Infinispan CDI module.
|
org.infinispan.distexec.mapreduce |
Map/Reduce APIs
|
org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
org.infinispan.manager |
Cache manager package
|
org.infinispan.manager.impl | |
org.infinispan.notifications.cachemanagerlistener.event |
EmbeddedCacheManager -specific listener events |
org.infinispan.security |
The Security API
|
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
Cache.getCacheManager()
Retrieves the cache manager responsible for creating this cache instance.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
InfinispanExtensionEmbedded.InstalledCacheManager.getCacheManager() |
EmbeddedCacheManager |
DefaultEmbeddedCacheManagerProducer.getDefaultEmbeddedCacheManager(Configuration defaultConfiguration)
Produces the default embedded cache manager.
|
Modifier and Type | Method and Description |
---|---|
void |
InfinispanExtensionEmbedded.registerCacheConfigurations(CacheManagerEventBridge eventBridge,
javax.enterprise.inject.Instance<EmbeddedCacheManager> cacheManagers,
javax.enterprise.inject.spi.BeanManager beanManager) |
Modifier and Type | Method and Description |
---|---|
void |
MapReduceManagerImpl.init(EmbeddedCacheManager cacheManager,
PersistenceManager persistenceManager,
ExecutorService asyncTransportExecutor,
ClusteringDependentLogic cdl,
TimeService timeService,
Configuration configuration) |
Modifier and Type | Field and Description |
---|---|
protected EmbeddedCacheManager |
BaseCustomInterceptor.embeddedCacheManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCacheManager
|
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
DefaultCacheManager.startCaches(String... cacheNames) |
EmbeddedCacheManager |
EmbeddedCacheManager.startCaches(String... cacheNames)
Starts a set of caches in parallel.
|
Constructor and Description |
---|
AbstractDelegatingEmbeddedCacheManager(EmbeddedCacheManager cm)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingEmbeddedCacheManager
This is a convenient base class for implementing a cache manager delegate.
|
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
Event.getCacheManager() |
Modifier and Type | Method and Description |
---|---|
EmbeddedCacheManager |
PrincipalRoleMapperContext.getCacheManager()
Returns the
EmbeddedCacheManager in which this role mapper is being instantiated |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.