Uses of Class
org.infinispan.client.hotrod.near.NearCacheService
Packages that use NearCacheService
Package
Description
Hot Rod client API.
-
Uses of NearCacheService in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return NearCacheServiceModifier and TypeMethodDescriptionprotected <K,
V> NearCacheService<K, V> RemoteCacheManager.createNearCacheService
(String cacheName, NearCacheConfiguration cfg) -
Uses of NearCacheService in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl with parameters of type NearCacheServiceModifier and TypeMethodDescriptionstatic <K,
V> InvalidatedNearRemoteCache<K, V> InvalidatedNearRemoteCache.delegatingNearCache
(RemoteCacheImpl<K, V> remoteCache, NearCacheService<K, V> nearCacheService) Constructors in org.infinispan.client.hotrod.impl with parameters of type NearCacheServiceModifierConstructorDescriptionRemoteCacheImpl
(RemoteCacheManager rcm, String name, TimeService timeService, NearCacheService<K, V> nearCacheService) -
Uses of NearCacheService in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near that return NearCacheServiceModifier and TypeMethodDescriptionstatic <K,
V> NearCacheService<K, V> NearCacheService.create
(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier)