Uses of Interface
org.apache.drill.exec.rpc.RemoteConnection
Packages that use RemoteConnection
Package
Description
-
Uses of RemoteConnection in org.apache.drill.exec.rpc
Classes in org.apache.drill.exec.rpc with type parameters of type RemoteConnectionModifier 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>
Subinterfaces of RemoteConnection in org.apache.drill.exec.rpcModifier and TypeInterfaceDescriptioninterface
interface
ServerConnection<S extends ServerConnection<S>>
Classes in org.apache.drill.exec.rpc that implement RemoteConnectionModifier and TypeClassDescriptionclass
class
class
AbstractServerConnection<S extends ServerConnection<S>>
-
Uses of RemoteConnection in org.apache.drill.exec.rpc.control
Classes in org.apache.drill.exec.rpc.control that implement RemoteConnection -
Uses of RemoteConnection in org.apache.drill.exec.rpc.data
Classes in org.apache.drill.exec.rpc.data that implement RemoteConnection -
Uses of RemoteConnection in org.apache.drill.exec.rpc.user
Classes in org.apache.drill.exec.rpc.user that implement RemoteConnectionModifier and TypeClassDescriptionclass
class
Represents a client connection accepted by Foreman Drillbit's UserServer from a DrillClient.