@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 |
(package private) static String |
NAME |
private static BufferCallBeforeInitHandler.BufferCallEvent |
SUCCESS_EVENT |
| Constructor and Description |
|---|
BufferCallBeforeInitHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) |
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, readchannelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, handlerRemoved, isSharablestatic final String NAME
private 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 flush(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext ctx) throws Exception
flush in interface org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerflush in class org.apache.hbase.thirdparty.io.netty.channel.ChannelDuplexHandlerExceptionpublic 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.