Uses of Class
org.infinispan.hotrod.event.impl.ClientListenerNotifier
-
Packages that use ClientListenerNotifier Package Description org.infinispan.hotrod.impl.counter org.infinispan.hotrod.impl.operations org.infinispan.hotrod.impl.transport.netty org.infinispan.hotrod.near -
-
Uses of ClientListenerNotifier in org.infinispan.hotrod.impl.counter
Methods in org.infinispan.hotrod.impl.counter with parameters of type ClientListenerNotifier Modifier and Type Method Description voidRemoteCounterManager. 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 ClientListenerNotifier Modifier and Type Method Description ClientListenerNotifierOperationContext. getListenerNotifier()Constructors in org.infinispan.hotrod.impl.operations with parameters of type ClientListenerNotifier Constructor Description CacheOperationsFactory(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 ClientListenerNotifier Modifier and Type Method Description voidChannelFactory. 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 ClientListenerNotifier Modifier and Type Method Description static <K,V>
NearCacheService<K,V>NearCacheService. create(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier)Constructors in org.infinispan.hotrod.near with parameters of type ClientListenerNotifier Constructor Description NearCacheService(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier)
-