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 Void>>
,EventListener
public class IterationReaper
extends Object
implements io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super Void>>
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
void
operationComplete
(io.netty.util.concurrent.Future<? super Void> future) void
registerChannel
(io.netty.channel.Channel channel)
-
Constructor Details
-
IterationReaper
-
-
Method Details
-
operationComplete
- Specified by:
operationComplete
in interfaceio.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super Void>>
-
registerChannel
public void registerChannel(io.netty.channel.Channel channel) -
dispose
public void dispose()
-