Uses of Interface
org.infinispan.client.hotrod.RemoteCache

Packages that use RemoteCache
org.infinispan.client.hotrod   
org.infinispan.client.hotrod.impl   
 

Uses of RemoteCache in org.infinispan.client.hotrod
 

Methods in org.infinispan.client.hotrod that return RemoteCache
<K,V> RemoteCache<K,V>
RemoteCacheManager.getCache()
           
<K,V> RemoteCache<K,V>
RemoteCacheManager.getCache(boolean forceReturnValue)
           
<K,V> RemoteCache<K,V>
RemoteCacheManager.getCache(String cacheName)
           
<K,V> RemoteCache<K,V>
RemoteCacheManager.getCache(String cacheName, boolean forceReturnValue)
           
 RemoteCache<K,V> RemoteCache.withFlags(Flag... flags)
          Applies one or more Flags to the scope of a single invocation.
 

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

Classes in org.infinispan.client.hotrod.impl that implement RemoteCache
 class RemoteCacheImpl<K,V>
           
 class RemoteCacheSupport<K,V>
          Purpose: keep all delegating and unsupported methods in one place -> readability.
 

Methods in org.infinispan.client.hotrod.impl that return RemoteCache
 RemoteCache<K,V> RemoteCacheImpl.withFlags(Flag... flags)
           
 


Google Analytics

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