Uses of Class
org.infinispan.hotrod.near.NearCacheService
Packages that use NearCacheService
Package
Description
-
Uses of NearCacheService in org.infinispan.hotrod.impl
Methods in org.infinispan.hotrod.impl that return NearCacheServiceModifier and TypeMethodDescription<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 NearCacheServiceModifier and TypeMethodDescriptionstatic <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 NearCacheServiceModifierConstructorDescriptionRemoteCacheImpl(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 NearCacheServiceModifier and TypeMethodDescriptionstatic <K,V> NearCacheService <K, V> NearCacheService.create(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier)