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.listenerNotifierMethods 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 TypeMethodDescriptionvoidRemoteCounterManager.start(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 ClientListenerNotifierRemoteCacheImpl.clientListenerNotifierMethods in org.infinispan.client.hotrod.impl that return ClientListenerNotifierModifier and TypeMethodDescriptionDelegatingRemoteCache.getListenerNotifier()InternalRemoteCache.getListenerNotifier()RemoteCacheImpl.getListenerNotifier() -
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.impl.operations
Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type ClientListenerNotifierModifierConstructorDescriptionprotectedRemoveClientListenerOperation(InternalRemoteCache<?, ?> internalRemoteCache, ClientListenerNotifier listenerNotifier, byte[] listenerId) -
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty that return ClientListenerNotifierConstructors in org.infinispan.client.hotrod.impl.transport.netty with parameters of type ClientListenerNotifierModifierConstructorDescriptionOperationDispatcher(Configuration configuration, ExecutorService executorService, org.infinispan.commons.time.TimeService timeService, ClientListenerNotifier clientListenerNotifier, Consumer<io.netty.channel.ChannelPipeline> pipelineDecorator) -
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)