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