|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheManager | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.client.hotrod.impl | |
org.infinispan.demos.gridfs | |
org.infinispan.ec2demo | |
org.infinispan.factories | Factories are internal components used to create other components based on a cache's configuration. |
org.infinispan.lucenedemo | |
org.infinispan.manager | Cache manager package |
org.infinispan.notifications.cachemanagerlistener | CacheManager -specific notifications and eventing. |
org.infinispan.notifications.cachemanagerlistener.event | |
org.infinispan.transaction.xa | XA transaction support. |
Uses of CacheManager in org.infinispan |
---|
Methods in org.infinispan that return CacheManager | |
---|---|
CacheManager |
CacheDelegate.getCacheManager()
|
CacheManager |
Cache.getCacheManager()
Retrieves the cache manager responsible for creating this cache instance. |
CacheManager |
AbstractDelegatingCache.getCacheManager()
|
Methods in org.infinispan with parameters of type CacheManager | |
---|---|
void |
CacheDelegate.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
Marshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
CacheManager cacheManager,
StateTransferManager stateTransferManager)
|
Uses of CacheManager in org.infinispan.client.hotrod.impl |
---|
Methods in org.infinispan.client.hotrod.impl that return CacheManager | |
---|---|
CacheManager |
RemoteCacheSupport.getCacheManager()
|
Uses of CacheManager in org.infinispan.demos.gridfs |
---|
Fields in org.infinispan.demos.gridfs declared as CacheManager | |
---|---|
static CacheManager |
CacheManagerHolder.cacheManager
|
Uses of CacheManager in org.infinispan.ec2demo |
---|
Methods in org.infinispan.ec2demo that return CacheManager | |
---|---|
CacheManager |
CacheBuilder.getCacheManager()
|
Uses of CacheManager in org.infinispan.factories |
---|
Constructors in org.infinispan.factories with parameters of type CacheManager | |
---|---|
GlobalComponentRegistry(GlobalConfiguration configuration,
CacheManager cacheManager)
Creates an instance of the component registry. |
Uses of CacheManager in org.infinispan.lucenedemo |
---|
Methods in org.infinispan.lucenedemo that return CacheManager | |
---|---|
static CacheManager |
DirectoryFactory.getCacheManager()
|
Uses of CacheManager in org.infinispan.manager |
---|
Classes in org.infinispan.manager that implement CacheManager | |
---|---|
class |
DefaultCacheManager
A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a
starting point to using the Cache . |
Uses of CacheManager in org.infinispan.notifications.cachemanagerlistener |
---|
Methods in org.infinispan.notifications.cachemanagerlistener with parameters of type CacheManager | |
---|---|
void |
CacheManagerNotifierImpl.injectCacheManager(CacheManager cacheManager)
|
Uses of CacheManager in org.infinispan.notifications.cachemanagerlistener.event |
---|
Methods in org.infinispan.notifications.cachemanagerlistener.event that return CacheManager | |
---|---|
CacheManager |
EventImpl.getCacheManager()
|
CacheManager |
Event.getCacheManager()
|
Methods in org.infinispan.notifications.cachemanagerlistener.event with parameters of type CacheManager | |
---|---|
void |
EventImpl.setCacheManager(CacheManager cacheManager)
|
Constructors in org.infinispan.notifications.cachemanagerlistener.event with parameters of type CacheManager | |
---|---|
EventImpl(String cacheName,
CacheManager cacheManager,
Event.Type type,
List<Address> newMemberList,
List<Address> oldMemberList,
Address localAddress,
int viewId)
|
Uses of CacheManager in org.infinispan.transaction.xa |
---|
Methods in org.infinispan.transaction.xa with parameters of type CacheManager | |
---|---|
void |
TransactionTable.initialize(CommandsFactory commandsFactory,
RpcManager rpcManager,
Configuration configuration,
InvocationContextContainer icc,
InterceptorChain invoker,
CacheNotifier notifier,
GlobalTransactionFactory gtf,
CacheManager cm)
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |