| Package | Description |
|---|---|
| org.apache.drill.exec.rpc.control |
| Modifier and Type | Method and Description |
|---|---|
<SEND extends com.google.protobuf.MessageLite,RECEIVE extends com.google.protobuf.MessageLite> |
ControlTunnel.getCustomTunnel(int messageTypeId,
Class<SEND> clazz,
com.google.protobuf.Parser<RECEIVE> parser) |
<SEND,RECEIVE> |
ControlTunnel.getCustomTunnel(int messageTypeId,
Controller.CustomSerDe<SEND> send,
Controller.CustomSerDe<RECEIVE> receive) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.