Package org.apache.bookkeeper.proto
Class PerChannelBookieClient.ConnectionFutureListener
java.lang.Object
org.apache.bookkeeper.proto.PerChannelBookieClient.ConnectionFutureListener
- All Implemented Interfaces:
io.netty.channel.ChannelFutureListener,io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>,EventListener
- Enclosing class:
- PerChannelBookieClient
class PerChannelBookieClient.ConnectionFutureListener
extends Object
implements io.netty.channel.ChannelFutureListener
Connection listener.
-
Field Summary
Fields inherited from interface io.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConnectionFutureListener
ConnectionFutureListener(long startTime)
-
-
Method Details
-
operationComplete
public void operationComplete(io.netty.channel.ChannelFuture future) - Specified by:
operationCompletein interfaceio.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>
-