Package org.apache.drill.exec.rpc
Class TransportCheck
java.lang.Object
org.apache.drill.exec.rpc.TransportCheck
TransportCheck decides whether or not to use the native EPOLL mechanism for communication.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.channel.EventLoopGroup
createEventLoopGroup
(int nThreads, String prefix) static Class<? extends io.netty.channel.socket.SocketChannel>
static Class<? extends io.netty.channel.socket.ServerSocketChannel>
-
Field Details
-
SUPPORTS_EPOLL
public static final boolean SUPPORTS_EPOLL
-
-
Constructor Details
-
TransportCheck
public TransportCheck()
-
-
Method Details
-
getServerSocketChannel
-
getClientSocketChannel
-
createEventLoopGroup
-