Uses of Class
org.apache.drill.exec.rpc.control.ControlTunnel.CustomTunnel
Packages that use ControlTunnel.CustomTunnel
-
Uses of ControlTunnel.CustomTunnel in org.apache.drill.exec.rpc.control
Methods in org.apache.drill.exec.rpc.control that return ControlTunnel.CustomTunnelModifier and TypeMethodDescription<SEND extends com.google.protobuf.MessageLite,
RECEIVE extends com.google.protobuf.MessageLite>
ControlTunnel.CustomTunnel<SEND,RECEIVE> ControlTunnel.getCustomTunnel
(int messageTypeId, Class<SEND> clazz, com.google.protobuf.Parser<RECEIVE> parser) <SEND,
RECEIVE>
ControlTunnel.CustomTunnel<SEND,RECEIVE> ControlTunnel.getCustomTunnel
(int messageTypeId, Controller.CustomSerDe<SEND> send, Controller.CustomSerDe<RECEIVE> receive)