public class RemoteCacheProvider extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.logging.Logger |
logger |
static String |
SCRIPT_CACHE_NAME |
Constructor and Description |
---|
RemoteCacheProvider(Config.Scope config,
org.infinispan.manager.EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
protected org.infinispan.client.hotrod.RemoteCacheManager |
getOrCreateSecuredRemoteCacheManager(Config.Scope config,
String cacheName,
org.infinispan.client.hotrod.RemoteCacheManager origManager) |
org.infinispan.client.hotrod.RemoteCache |
getRemoteCache(String cacheName) |
protected org.infinispan.client.hotrod.RemoteCache |
loadRemoteCache(String cacheName) |
void |
stop() |
public static final String SCRIPT_CACHE_NAME
protected static final org.jboss.logging.Logger logger
public RemoteCacheProvider(Config.Scope config, org.infinispan.manager.EmbeddedCacheManager cacheManager)
public org.infinispan.client.hotrod.RemoteCache getRemoteCache(String cacheName)
public void stop()
protected org.infinispan.client.hotrod.RemoteCache loadRemoteCache(String cacheName)
protected org.infinispan.client.hotrod.RemoteCacheManager getOrCreateSecuredRemoteCacheManager(Config.Scope config, String cacheName, org.infinispan.client.hotrod.RemoteCacheManager origManager)
Copyright © 2020 JBoss by Red Hat. All rights reserved.