Uses of Interface
org.apache.drill.exec.rpc.RemoteConnection
Package
Description
-
Uses of RemoteConnection in org.apache.drill.exec.rpc
Modifier and TypeClassDescriptionclass
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 TypeInterfaceDescriptioninterface
interface
ServerConnection<S extends ServerConnection<S>>
Modifier and TypeClassDescriptionclass
class
class
AbstractServerConnection<S extends ServerConnection<S>>
-
Uses of RemoteConnection in org.apache.drill.exec.rpc.control
-
Uses of RemoteConnection in org.apache.drill.exec.rpc.data
-
Uses of RemoteConnection in org.apache.drill.exec.rpc.user
Modifier and TypeClassDescriptionclass
class
Represents a client connection accepted by Foreman Drillbit's UserServer from a DrillClient.