| 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 | Class and Description |
|---|---|
class |
FutureBitCommand<T extends com.google.protobuf.MessageLite,C extends RemoteConnection,E extends com.google.protobuf.Internal.EnumLite,M extends com.google.protobuf.MessageLite> |
class |
ListeningCommand<T extends com.google.protobuf.MessageLite,C extends RemoteConnection,E extends com.google.protobuf.Internal.EnumLite,M extends com.google.protobuf.MessageLite> |
class |
RpcBus<T extends com.google.protobuf.Internal.EnumLite,C extends RemoteConnection>
The Rpc Bus deals with incoming and outgoing communication and is used on both the server and the client side of a
system.
|
interface |
RpcCommand<T extends com.google.protobuf.MessageLite,C extends RemoteConnection,E extends com.google.protobuf.Internal.EnumLite,M extends com.google.protobuf.MessageLite> |
interface |
RpcConnectionHandler<T extends RemoteConnection> |
class |
RpcExceptionHandler<C extends RemoteConnection> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientConnection |
interface |
ServerConnection<S extends ServerConnection<S>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientConnection |
class |
AbstractRemoteConnection |
class |
AbstractServerConnection<S extends ServerConnection<S>> |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
DataClientConnection |
class |
DataServerConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
UserClient.UserToBitConnection |
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.