| Package | Description |
|---|---|
| org.apache.drill.exec.rpc | |
| org.apache.drill.exec.rpc.control | |
| org.apache.drill.exec.rpc.data | |
| org.apache.drill.exec.rpc.security |
Communication security.
|
| org.apache.drill.exec.rpc.user |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerConnection<S extends ServerConnection<S>> |
class |
BasicServer<T extends com.google.protobuf.Internal.EnumLite,SC extends ServerConnection<SC>>
A server is bound to a port and is responsible for responding to various type of requests.
|
class |
FailingRequestHandler<S extends ServerConnection<S>>
This handler fails any request on the connection.
|
interface |
RequestHandler<S extends ServerConnection<S>>
Note that if a handler maintains any internal state, the state will be disposed if the handler on the connection
changes.
|
interface |
ServerConnection<S extends ServerConnection<S>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerConnection<S extends ServerConnection<S>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
DataServerConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerAuthenticationHandler<S extends ServerConnection<S>,T extends com.google.protobuf.Internal.EnumLite>
Handles SASL exchange, on the server-side.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserServer.BitToUserConnection
Represents a client connection accepted by Foreman Drillbit's UserServer
from a DrillClient.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.