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.listenerNotifier -
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(ChannelFactory channelFactory, Configuration configuration, ClientListenerNotifier listenerNotifier) -
Uses of ClientListenerNotifier in org.infinispan.client.hotrod.impl.operations
Fields in org.infinispan.client.hotrod.impl.operations declared as ClientListenerNotifierModifier and TypeFieldDescriptionprotected final ClientListenerNotifierClientListenerOperation.listenerNotifierMethods in org.infinispan.client.hotrod.impl.operations that return ClientListenerNotifierConstructors in org.infinispan.client.hotrod.impl.operations with parameters of type ClientListenerNotifierModifierConstructorDescriptionprotectedAddBloomNearCacheClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, DataFormat dataFormat, int bloomFilterBits, InternalRemoteCache<?, ?> remoteCache) protectedAddClientListenerOperation(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) protectedClientListenerOperation(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, ClientListenerNotifier listenerNotifier, Configuration cfg, ClientStatistics clientStatistics) OperationsFactory(ChannelFactory channelFactory, ClientListenerNotifier listenerNotifier, Configuration cfg) protectedRemoveClientListenerOperation(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 ClientListenerNotifierModifier and TypeMethodDescriptionvoidChannelFactory.start(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 ClientListenerNotifierModifierConstructorDescriptionHeaderDecoder(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 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)