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 ClientListenerNotifier
RemoteCacheManager. 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 void
RemoteCounterManager. start(ChannelFactory channelFactory, Codec codec, Configuration configuration, ClientListenerNotifier listenerNotifier)
-
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return ClientListenerNotifier Modifier and Type Method Description ClientListenerNotifier
OperationsFactory. getListenerNotifier()
Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type ClientListenerNotifier Constructor Description AddClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicInteger topologyId, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat)
OperationsFactory(ChannelFactory channelFactory, String cacheName, boolean forceReturnValue, Codec codec, ClientListenerNotifier listenerNotifier, Configuration cfg)
OperationsFactory(ChannelFactory channelFactory, Codec codec, Configuration cfg, ClientListenerNotifier listenerNotifier)
RemoveClientListenerOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, 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 void
ChannelFactory. start(Codec codec, Configuration configuration, AtomicInteger defaultCacheTopologyId, org.infinispan.commons.marshall.Marshaller marshaller, ExecutorService executorService, ClientListenerNotifier listenerNotifier, Collection<Consumer<Set<SocketAddress>>> failedServerNotifier, 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)
-