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 ClientListenerNotifier
RemoteCacheManager.listenerNotifier
Methods in org.infinispan.client.hotrod that return ClientListenerNotifier -
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl with parameters of type ClientListenerNotifierModifier and TypeMethodDescriptionvoid
RemoteCounterManager.start
(org.infinispan.client.hotrod.impl.transport.netty.OperationDispatcher dispatcher, ClientListenerNotifier listenerNotifier) -
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.impl
Fields in org.infinispan.client.hotrod.impl declared as ClientListenerNotifierModifier and TypeFieldDescriptionprotected final ClientListenerNotifier
RemoteCacheImpl.clientListenerNotifier
Methods in org.infinispan.client.hotrod.impl that return ClientListenerNotifierModifier and TypeMethodDescriptionDelegatingRemoteCache.getListenerNotifier()
InternalRemoteCache.getListenerNotifier()
RemoteCacheImpl.getListenerNotifier()
-
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 ClientListenerNotifierModifierConstructorDescriptionprotected
NearCacheService
(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier)