Class ControlTunnel.ProtoSerDe<MSG extends com.google.protobuf.MessageLite>
java.lang.Object
org.apache.drill.exec.rpc.control.ControlTunnel.ProtoSerDe<MSG>
- All Implemented Interfaces:
Controller.CustomSerDe<MSG>
- Enclosing class:
- ControlTunnel
public static class ControlTunnel.ProtoSerDe<MSG extends com.google.protobuf.MessageLite>
extends Object
implements Controller.CustomSerDe<MSG>
-
Method Summary
Modifier and TypeMethodDescriptiondeserializeReceived
(byte[] bytes) byte[]
serializeToSend
(MSG send)
-
Method Details
-
serializeToSend
- Specified by:
serializeToSend
in interfaceController.CustomSerDe<MSG extends com.google.protobuf.MessageLite>
-
deserializeReceived
- Specified by:
deserializeReceived
in interfaceController.CustomSerDe<MSG extends com.google.protobuf.MessageLite>
- Throws:
Exception
-