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 TypeClassDescriptionclassFutureBitCommand<T extends com.google.protobuf.MessageLite,C extends RemoteConnection, E extends com.google.protobuf.Internal.EnumLite, M extends com.google.protobuf.MessageLite> classListeningCommand<T extends com.google.protobuf.MessageLite,C extends RemoteConnection, E extends com.google.protobuf.Internal.EnumLite, M extends com.google.protobuf.MessageLite> classRpcBus<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.interfaceRpcCommand<T extends com.google.protobuf.MessageLite,C extends RemoteConnection, E extends com.google.protobuf.Internal.EnumLite, M extends com.google.protobuf.MessageLite> interfaceRpcConnectionHandler<T extends RemoteConnection>classRpcExceptionHandler<C extends RemoteConnection>Subinterfaces of RemoteConnection in org.apache.drill.exec.rpcModifier and TypeInterfaceDescriptioninterfaceinterfaceServerConnection<S extends ServerConnection<S>>Classes in org.apache.drill.exec.rpc that implement RemoteConnectionModifier and TypeClassDescriptionclassclassclassAbstractServerConnection<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 TypeClassDescriptionclassclassRepresents a client connection accepted by Foreman Drillbit's UserServer from a DrillClient.