@InterfaceAudience.Private public class NettyEventLoopGroupConfig extends Object
Constructor and Description |
---|
NettyEventLoopGroupConfig(org.apache.hadoop.conf.Configuration conf,
String threadPoolName) |
Modifier and Type | Method and Description |
---|---|
Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> |
clientChannelClass() |
org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup |
group() |
Class<? extends org.apache.hbase.thirdparty.io.netty.channel.ServerChannel> |
serverChannelClass() |
public NettyEventLoopGroupConfig(org.apache.hadoop.conf.Configuration conf, String threadPoolName)
public org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup group()
public Class<? extends org.apache.hbase.thirdparty.io.netty.channel.ServerChannel> serverChannelClass()
public Class<? extends org.apache.hbase.thirdparty.io.netty.channel.Channel> clientChannelClass()
Copyright © 2007–2019 Cloudera. All rights reserved.