Uses of Class
org.apache.drill.exec.rpc.RpcConfig
Package
Description
-
Uses of RpcConfig in org.apache.drill.exec.rpc
ModifierConstructorDescriptionBasicClient
(RpcConfig rpcMapping, io.netty.buffer.ByteBufAllocator alloc, io.netty.channel.EventLoopGroup eventLoopGroup, T handshakeType, Class<HR> responseClass, com.google.protobuf.Parser<HR> handshakeParser) BasicServer
(RpcConfig rpcMapping, io.netty.buffer.ByteBufAllocator alloc, io.netty.channel.EventLoopGroup eventLoopGroup) -
Uses of RpcConfig in org.apache.drill.exec.rpc.control
Modifier and TypeMethodDescriptionstatic RpcConfig
ControlRpcConfig.getMapping
(DrillConfig config, Executor executor) -
Uses of RpcConfig in org.apache.drill.exec.rpc.data
Modifier and TypeMethodDescriptionstatic RpcConfig
DataRpcConfig.getMapping
(DrillConfig config, Executor executor) -
Uses of RpcConfig in org.apache.drill.exec.rpc.user
Modifier and TypeMethodDescriptionstatic RpcConfig
UserRpcConfig.getMapping
(DrillConfig config, Executor executor)