Uses of Class
org.apache.drill.exec.rpc.control.ControlTunnel.CustomTunnel
-
Uses of ControlTunnel.CustomTunnel in org.apache.drill.exec.rpc.control
Modifier 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)