Package | Description |
---|---|
alluxio.network | |
alluxio.util.network |
Modifier and Type | Method and Description |
---|---|
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static ChannelType |
NettyUtils.USER_CHANNEL_TYPE |
static ChannelType |
NettyUtils.WORKER_CHANNEL_TYPE |
Modifier and Type | Method and Description |
---|---|
static io.netty.channel.EventLoopGroup |
NettyUtils.createEventLoop(ChannelType type,
int numThreads,
String threadPrefix,
boolean isDaemon)
Creates a Netty
EventLoopGroup based on ChannelType . |
Copyright © 2023. All Rights Reserved.