@InterfaceAudience.Private public final class NettyAsyncFSWALConfigHelper extends Object
AsyncFSWALProvider
.Modifier and Type | Field and Description |
---|---|
private static String |
CONFIG_NAME |
private static String |
EVENT_LOOP_CONFIG |
private static Map<String,Pair<org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup,Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel>>> |
EVENT_LOOP_CONFIG_MAP |
Modifier | Constructor and Description |
---|---|
private |
NettyAsyncFSWALConfigHelper() |
Modifier and Type | Method and Description |
---|---|
(package private) static Pair<org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup,Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel>> |
getEventLoopConfig(org.apache.hadoop.conf.Configuration conf) |
static void |
setEventLoopConfig(org.apache.hadoop.conf.Configuration conf,
org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup group,
Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> channelClass)
Set the EventLoopGroup and channel class for
AsyncFSWALProvider . |
private static final String EVENT_LOOP_CONFIG
private static final String CONFIG_NAME
private static final Map<String,Pair<org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup,Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel>>> EVENT_LOOP_CONFIG_MAP
private NettyAsyncFSWALConfigHelper()
public static void setEventLoopConfig(org.apache.hadoop.conf.Configuration conf, org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup group, Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> channelClass)
AsyncFSWALProvider
.static Pair<org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup,Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel>> getEventLoopConfig(org.apache.hadoop.conf.Configuration conf)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.