Uses of Interface
org.infinispan.manager.CacheManager

Packages that use CacheManager
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
org.infinispan.demos.gridfs   
org.infinispan.lucenedemo   
org.infinispan.manager Cache manager package 
org.infinispan.server.websocket   
 

Uses of CacheManager in org.infinispan
 

Methods in org.infinispan that return CacheManager
 CacheManager AbstractDelegatingCache.getCacheManager()
           
 CacheManager Cache.getCacheManager()
          Retrieves the cache manager responsible for creating this cache instance.
 

Uses of CacheManager in org.infinispan.client.hotrod
 

Classes in org.infinispan.client.hotrod that implement CacheManager
 class RemoteCacheManager
          Factory for RemoteCaches.
 

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.lucenedemo
 

Methods in org.infinispan.lucenedemo that return CacheManager
static CacheManager DirectoryFactory.getCacheManager()
           
 

Uses of CacheManager in org.infinispan.manager
 

Subinterfaces of CacheManager in org.infinispan.manager
 interface EmbeddedCacheManager
          EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
 

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.server.websocket
 

Constructors in org.infinispan.server.websocket with parameters of type CacheManager
WebSocketServerHandler(CacheManager cacheManager, Map<String,OpHandler> operationHandlers, Map<String,Cache> startedCaches)
           
 


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.