Uses of Class
org.infinispan.client.hotrod.event.impl.ClientListenerNotifier
Packages that use ClientListenerNotifier
Package
Description
Hot Rod client API.
-
Uses of ClientListenerNotifier in org.infinispan.client.hotrod
Fields in org.infinispan.client.hotrod declared as ClientListenerNotifierModifier and TypeFieldDescriptionprotected ClientListenerNotifierRemoteCacheManager.listenerNotifier -
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl with parameters of type ClientListenerNotifierModifier and TypeMethodDescriptionvoidRemoteCounterManager.start(org.infinispan.client.hotrod.impl.transport.netty.ChannelFactory channelFactory, Configuration configuration, ClientListenerNotifier listenerNotifier) -
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.near
Methods in org.infinispan.client.hotrod.near with parameters of type ClientListenerNotifierModifier and TypeMethodDescriptionstatic <K,V> NearCacheService<K, V> NearCacheService.create(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier) Constructors in org.infinispan.client.hotrod.near with parameters of type ClientListenerNotifierModifierConstructorDescriptionprotectedNearCacheService(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier)