Class IterationReaper
- java.lang.Object
-
- org.infinispan.server.hotrod.iteration.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>
-
-
Constructor Summary
Constructors Constructor Description IterationReaper(IterationManager iterationManager, java.lang.String iterationId)
-
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)
-
-
-
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 interfaceio.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()
-
-