Uses of Class
org.infinispan.hotrod.event.impl.ClientListenerNotifier
Packages that use ClientListenerNotifier
Package
Description
-
Uses of ClientListenerNotifier in org.infinispan.hotrod.impl.counter
Methods in org.infinispan.hotrod.impl.counter with parameters of type ClientListenerNotifierModifier and TypeMethodDescriptionvoidRemoteCounterManager.start(ChannelFactory channelFactory, Codec codec, HotRodConfiguration configuration, ClientListenerNotifier listenerNotifier) -
Uses of ClientListenerNotifier in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations that return ClientListenerNotifierConstructors in org.infinispan.hotrod.impl.operations with parameters of type ClientListenerNotifierModifierConstructorDescriptionCacheOperationsFactory(ChannelFactory channelFactory, String cacheName, Codec codec, ClientListenerNotifier listenerNotifier, HotRodConfiguration configuration, ClientStatistics clientStatistics) CacheOperationsFactory(ChannelFactory channelFactory, Codec codec, ClientListenerNotifier listenerNotifier, HotRodConfiguration configuration) OperationContext(ChannelFactory channelFactory, Codec codec, ClientListenerNotifier listenerNotifier, HotRodConfiguration configuration, ClientStatistics clientStatistics, TelemetryService telemetryService, String cacheName) -
Uses of ClientListenerNotifier in org.infinispan.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty with parameters of type ClientListenerNotifierModifier and TypeMethodDescriptionvoidChannelFactory.start(Codec codec, HotRodConfiguration configuration, org.infinispan.commons.marshall.Marshaller marshaller, ExecutorService executorService, ClientListenerNotifier listenerNotifier, MarshallerRegistry marshallerRegistry) -
Uses of ClientListenerNotifier in org.infinispan.hotrod.near
Methods in org.infinispan.hotrod.near with parameters of type ClientListenerNotifierModifier and TypeMethodDescriptionstatic <K,V> NearCacheService<K, V> NearCacheService.create(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier) Constructors in org.infinispan.hotrod.near with parameters of type ClientListenerNotifierModifierConstructorDescriptionprotectedNearCacheService(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier)