Class RemoveListenerOperation

  • All Implemented Interfaces:
    Runnable, CompletionStage<Boolean>, Future<Boolean>, org.infinispan.client.hotrod.impl.protocol.HotRodConstants, org.infinispan.client.hotrod.impl.transport.netty.ChannelOperation

    public class RemoveListenerOperation
    extends org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation<T>
    A remove listener operation for Handle.remove().
    Since:
    9.2
    Author:
    Pedro Ruivo
    • Constructor Detail

      • RemoveListenerOperation

        public RemoveListenerOperation​(org.infinispan.client.hotrod.impl.protocol.Codec codec,
                                       org.infinispan.client.hotrod.impl.transport.netty.ChannelFactory transportFactory,
                                       AtomicInteger topologyId,
                                       Configuration cfg,
                                       String counterName,
                                       byte[] listenerId,
                                       SocketAddress server)
    • Method Detail

      • executeOperation

        protected void executeOperation​(io.netty.channel.Channel channel)
        Specified by:
        executeOperation in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation<Boolean>
      • acceptResponse

        public void acceptResponse​(io.netty.buffer.ByteBuf buf,
                                   short status,
                                   org.infinispan.client.hotrod.impl.transport.netty.HeaderDecoder decoder)
        Specified by:
        acceptResponse in class org.infinispan.client.hotrod.impl.operations.HotRodOperation<Boolean>
      • fetchChannelAndInvoke

        protected void fetchChannelAndInvoke​(int retryCount,
                                             Set<SocketAddress> failedServers)
      • handleException

        protected Throwable handleException​(Throwable cause,
                                            io.netty.channel.Channel channel,
                                            SocketAddress address)
        Overrides:
        handleException in class org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation<T>
      • addParams

        protected void addParams​(StringBuilder sb)
        Overrides:
        addParams in class org.infinispan.client.hotrod.impl.operations.HotRodOperation<T>