@InterfaceAudience.Private class BufferCallBeforeInitHandler extends org.apache.hbase.thirdparty.io.netty.channel.ChannelDuplexHandler
| Modifier and Type | Class and Description |
|---|---|
private static class |
BufferCallBeforeInitHandler.BufferCallAction |
static class |
BufferCallBeforeInitHandler.BufferCallEvent |
| Modifier and Type | Field and Description |
|---|---|
private Map<Integer,Call> |
id2Call |
private static BufferCallBeforeInitHandler.BufferCallEvent |
SUCCESS_EVENT |
| Constructor and Description |
|---|
BufferCallBeforeInitHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
userEventTriggered(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx,
Object evt) |
void |
write(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx,
Object msg,
org.apache.hbase.thirdparty.io.netty.channel.ChannelPromise promise) |
bind, close, connect, deregister, disconnect, flush, readchannelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, handlerRemoved, isSharableprivate static final BufferCallBeforeInitHandler.BufferCallEvent SUCCESS_EVENT
BufferCallBeforeInitHandler()
public void write(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx, Object msg, org.apache.hbase.thirdparty.io.netty.channel.ChannelPromise promise)
write in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerwrite in class org.apache.hbase.thirdparty.io.netty.channel.ChannelDuplexHandlerpublic void userEventTriggered(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx, Object evt) throws Exception
userEventTriggered in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelInboundHandleruserEventTriggered in class org.apache.hbase.thirdparty.io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.