| Package | Description |
|---|---|
| org.infinispan.client.hotrod |
Hot Rod client API.
|
| org.infinispan.client.hotrod.impl | |
| org.infinispan.client.hotrod.near |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> NearCacheService<K,V> |
RemoteCacheManager.createNearCacheService(NearCacheConfiguration cfg)
Deprecated.
since 10.0. To be removed in 12.0. Replaced by
#createNearCacheService(String,
NearCacheConfiguration). |
protected <K,V> NearCacheService<K,V> |
RemoteCacheManager.createNearCacheService(String cacheName,
NearCacheConfiguration cfg) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> InvalidatedNearRemoteCache<K,V> |
InvalidatedNearRemoteCache.delegatingNearCache(RemoteCacheImpl<K,V> remoteCache,
NearCacheService<K,V> nearCacheService) |
| Constructor and Description |
|---|
RemoteCacheImpl(RemoteCacheManager rcm,
String name,
TimeService timeService,
NearCacheService<K,V> nearCacheService) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> NearCacheService<K,V> |
NearCacheService.create(NearCacheConfiguration config,
ClientListenerNotifier listenerNotifier) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.