Uses of Class
org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation
Packages that use AddClientListenerOperation
Package
Description
-
Uses of AddClientListenerOperation in org.infinispan.client.hotrod.impl.operations
Methods in org.infinispan.client.hotrod.impl.operations that return AddClientListenerOperationModifier and TypeMethodDescriptionCacheOperationsFactory.newAddClientListenerOperation(Object listener) CacheOperationsFactory.newAddClientListenerOperation(Object listener, Object[] filterFactoryParams, Object[] converterFactoryParams) DefaultCacheOperationsFactory.newAddClientListenerOperation(Object listener) DefaultCacheOperationsFactory.newAddClientListenerOperation(Object listener, Object[] filterFactoryParams, Object[] converterFactoryParams) DelegatingCacheOperationsFactory.newAddClientListenerOperation(Object listener) DelegatingCacheOperationsFactory.newAddClientListenerOperation(Object listener, Object[] filterFactoryParams, Object[] converterFactoryParams) -
Uses of AddClientListenerOperation in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type AddClientListenerOperationModifier and TypeMethodDescriptionprotected voidOperationDispatcher.logAndRetryOrFail(Throwable t, org.infinispan.client.hotrod.impl.transport.netty.OperationDispatcher.RetryingHotRodOperation<?> op, AddClientListenerOperation aclo) -
Uses of AddClientListenerOperation in org.infinispan.client.hotrod.telemetry.impl
Methods in org.infinispan.client.hotrod.telemetry.impl that return AddClientListenerOperationModifier and TypeMethodDescriptionTelemetryCacheOperationsFactory.newAddClientListenerOperation(Object listener) TelemetryCacheOperationsFactory.newAddClientListenerOperation(Object listener, Object[] filterFactoryParams, Object[] converterFactoryParams)