| Package | Description |
|---|---|
| org.apache.tajo.rpc |
| Modifier and Type | Method and Description |
|---|---|
static RpcChannelFactory.ClientChannelId |
RpcChannelFactory.ClientChannelId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcChannelFactory.ClientChannelId[] |
RpcChannelFactory.ClientChannelId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Queue<io.netty.channel.EventLoopGroup> |
RpcChannelFactory.createClientEventloopGroups(RpcChannelFactory.ClientChannelId clientId,
int workerNum) |
static io.netty.channel.EventLoopGroup |
RpcChannelFactory.getSharedClientEventloopGroup(RpcChannelFactory.ClientChannelId clientId,
int workerNum)
This function return eventloopgroup by key.
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.