Uses of Class
org.infinispan.client.hotrod.near.NearCacheService
-
Packages that use NearCacheService Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.near -
-
Uses of NearCacheService in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return NearCacheService Modifier and Type Method Description protected <K,V>
NearCacheService<K,V>RemoteCacheManager. createNearCacheService(String cacheName, NearCacheConfiguration cfg)protected <K,V>
NearCacheService<K,V>RemoteCacheManager. createNearCacheService(NearCacheConfiguration cfg)Deprecated.since 10.0. -
Uses of NearCacheService in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl with parameters of type NearCacheService Modifier and Type Method Description static <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 NearCacheService Constructor Description RemoteCacheImpl(RemoteCacheManager rcm, String name, org.infinispan.commons.time.TimeService timeService, NearCacheService<K,V> nearCacheService) -
Uses of NearCacheService in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near that return NearCacheService Modifier and Type Method Description static <K,V>
NearCacheService<K,V>NearCacheService. create(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier)
-