Uses of Class
org.infinispan.client.hotrod.event.impl.ClientListenerNotifier
-
Packages that use ClientListenerNotifier Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.counter.impl org.infinispan.client.hotrod.impl.operations org.infinispan.client.hotrod.impl.transport.netty org.infinispan.client.hotrod.near -
-
Uses of ClientListenerNotifier in org.infinispan.client.hotrod
Fields in org.infinispan.client.hotrod declared as ClientListenerNotifier Modifier and Type Field Description protected ClientListenerNotifierRemoteCacheManager. listenerNotifier -
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl with parameters of type ClientListenerNotifier Modifier and Type Method Description voidRemoteCounterManager. start(ChannelFactory channelFactory, Codec codec, Configuration configuration, ClientListenerNotifier listenerNotifier) -
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.impl.operations
Fields in org.infinispan.client.hotrod.impl.operations declared as ClientListenerNotifier Modifier and Type Field Description protected ClientListenerNotifierClientListenerOperation. listenerNotifierMethods in org.infinispan.client.hotrod.impl.operations that return ClientListenerNotifier Modifier and Type Method Description ClientListenerNotifierOperationsFactory. getListenerNotifier()Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type ClientListenerNotifier Constructor Description AddBloomNearCacheClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, DataFormat dataFormat, int bloomFilterBits, InternalRemoteCache<?,?> remoteCache)AddClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat, InternalRemoteCache<?,?> remoteCache, TelemetryService telemetryService)ClientListenerOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] listenerId, DataFormat dataFormat, Object listener, String cacheNameString, ClientListenerNotifier listenerNotifier, TelemetryService telemetryService)OperationsFactory(ChannelFactory channelFactory, String cacheName, boolean forceReturnValue, Codec codec, ClientListenerNotifier listenerNotifier, Configuration cfg, ClientStatistics clientStatistics)OperationsFactory(ChannelFactory channelFactory, Codec codec, ClientListenerNotifier listenerNotifier, Configuration cfg)RemoveClientListenerOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener) -
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type ClientListenerNotifier Modifier and Type Method Description voidChannelFactory. start(Codec codec, Configuration configuration, org.infinispan.commons.marshall.Marshaller marshaller, ExecutorService executorService, ClientListenerNotifier listenerNotifier, MarshallerRegistry marshallerRegistry)Constructors in org.infinispan.client.hotrod.impl.transport.netty with parameters of type ClientListenerNotifier Constructor Description HeaderDecoder(Codec codec, 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 ClientListenerNotifier Modifier and Type Method Description static <K,V>
NearCacheService<K,V>NearCacheService. create(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier)Constructors in org.infinispan.client.hotrod.near with parameters of type ClientListenerNotifier Constructor Description NearCacheService(NearCacheConfiguration config, ClientListenerNotifier listenerNotifier)
-