Class IterationReaper

  • All Implemented Interfaces:
    io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super java.lang.Void>>, java.util.EventListener

    public class IterationReaper
    extends java.lang.Object
    implements io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super java.lang.Void>>
    Since:
    10.0
    Author:
    Tristan Tarrant <tristan@infinispan.org>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      void operationComplete​(io.netty.util.concurrent.Future<? super java.lang.Void> future)  
      void registerChannel​(io.netty.channel.Channel channel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IterationReaper

        public IterationReaper​(IterationManager iterationManager,
                               java.lang.String iterationId)
    • Method Detail

      • operationComplete

        public void operationComplete​(io.netty.util.concurrent.Future<? super java.lang.Void> future)
        Specified by:
        operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super java.lang.Void>>
      • registerChannel

        public void registerChannel​(io.netty.channel.Channel channel)
      • dispose

        public void dispose()