| 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 | Method and Description |
|---|---|
protected abstract BasicServer.ServerHandshakeHandler<?> |
BasicServer.getHandshakeHandler(SC connection) |
| Modifier and Type | Method and Description |
|---|---|
protected BasicServer.ServerHandshakeHandler<BitControl.BitControlHandshake> |
ControlServer.getHandshakeHandler(ControlConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected BasicServer.ServerHandshakeHandler<BitData.BitClientHandshake> |
DataServer.getHandshakeHandler(DataServerConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected BasicServer.ServerHandshakeHandler<UserProtos.UserToBitHandshake> |
UserServer.getHandshakeHandler(UserServer.BitToUserConnection connection) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.