public class RemoteCacheManager
extends org.infinispan.client.hotrod.RemoteCacheManager
implements org.wildfly.clustering.infinispan.client.RemoteCacheContainer
RemoteCacheManager
to provide a name and mechanism for overriding near cache behavior per remote cache.| Constructor and Description |
|---|
RemoteCacheManager(String name,
org.infinispan.client.hotrod.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> org.infinispan.client.hotrod.near.NearCacheService<K,V> |
createNearCacheService(String cacheName,
org.infinispan.client.hotrod.configuration.NearCacheConfiguration config) |
String |
getName() |
<K,V> org.wildfly.clustering.infinispan.client.RemoteCacheContainer.NearCacheRegistration |
registerNearCacheFactory(String cacheName,
Function<org.infinispan.client.hotrod.event.impl.ClientListenerNotifier,org.infinispan.client.hotrod.near.NearCacheService<K,V>> factory) |
administration, cacheNameBytes, cacheNameBytes, close, createNearCacheService, getActiveConnectionCount, getCache, getCache, getCache, getCache, getCacheNames, getChannelFactory, getCodec, getConfiguration, getConnectionCount, getIdleConnectionCount, getMarshaller, getMarshallerRegistry, getRetries, getServers, isStarted, start, startAsync, stop, stopAsync, switchToCluster, switchToDefaultClusterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadministration, getCache, getCache, getCachepublic RemoteCacheManager(String name, org.infinispan.client.hotrod.configuration.Configuration configuration)
public String getName()
public <K,V> org.wildfly.clustering.infinispan.client.RemoteCacheContainer.NearCacheRegistration registerNearCacheFactory(String cacheName, Function<org.infinispan.client.hotrod.event.impl.ClientListenerNotifier,org.infinispan.client.hotrod.near.NearCacheService<K,V>> factory)
protected <K,V> org.infinispan.client.hotrod.near.NearCacheService<K,V> createNearCacheService(String cacheName, org.infinispan.client.hotrod.configuration.NearCacheConfiguration config)
createNearCacheService in class org.infinispan.client.hotrod.RemoteCacheManagerCopyright © 2020 JBoss by Red Hat. All rights reserved.