| Package | Description |
|---|---|
| org.apache.drill.exec.rpc | |
| org.apache.drill.exec.rpc.control | |
| org.apache.drill.exec.rpc.data | |
| org.apache.drill.exec.rpc.user |
| Modifier and Type | Field and Description |
|---|---|
protected RpcConfig |
RpcBus.rpcConfig |
| Modifier and Type | Method and Description |
|---|---|
RpcConfig |
RpcConfig.RpcConfigBuilder.build() |
| Constructor and Description |
|---|
BasicClient(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) |
RpcBus(RpcConfig rpcConfig) |
| Modifier and Type | Method and Description |
|---|---|
static RpcConfig |
ControlRpcConfig.getMapping(DrillConfig config,
Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
static RpcConfig |
DataRpcConfig.getMapping(DrillConfig config,
Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
static RpcConfig |
UserRpcConfig.getMapping(DrillConfig config,
Executor executor) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.