Uses of Interface
org.infinispan.manager.CacheContainer

Packages that use CacheContainer
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.manager Cache manager package 
org.infinispan.server.websocket   
 

Uses of CacheContainer in org.infinispan
 

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

Uses of CacheContainer in org.infinispan.client.hotrod
 

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

Uses of CacheContainer in org.infinispan.client.hotrod.impl
 

Methods in org.infinispan.client.hotrod.impl that return CacheContainer
 CacheContainer RemoteCacheSupport.getCacheManager()
           
 

Uses of CacheContainer in org.infinispan.demos.gridfs
 

Fields in org.infinispan.demos.gridfs declared as CacheContainer
static CacheContainer CacheManagerHolder.cacheContainer
           
 

Uses of CacheContainer in org.infinispan.manager
 

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

Classes in org.infinispan.manager that implement CacheContainer
 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 CacheContainer in org.infinispan.server.websocket
 

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


Google Analytics

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