Class DefaultHotRodConnectionProvider
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.connections.DefaultHotRodConnectionProvider
 
- 
- All Implemented Interfaces:
- HotRodConnectionProvider,- Provider
 
 public class DefaultHotRodConnectionProvider extends Object implements HotRodConnectionProvider - Author:
- Martin Kanis
 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultHotRodConnectionProvider(org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()<K,V>
 org.infinispan.client.hotrod.RemoteCache<K,V>getRemoteCache(String name)Returns a remote Infinispan cache specified by the given name.
 
- 
- 
- 
Method Detail- 
getRemoteCachepublic <K,V> org.infinispan.client.hotrod.RemoteCache<K,V> getRemoteCache(String name) Description copied from interface:HotRodConnectionProviderReturns a remote Infinispan cache specified by the given name.- Specified by:
- getRemoteCachein interface- HotRodConnectionProvider
- Type Parameters:
- K- key
- V- value
- Parameters:
- name- String Name of the remote cache.
- Returns:
- A remote Infinispan cache specified by name.
 
 
- 
 
-