Uses of Interface
org.apache.drill.exec.rpc.control.Controller.CustomSerDe
Packages that use Controller.CustomSerDe
-
Uses of Controller.CustomSerDe in org.apache.drill.exec.rpc.control
Classes in org.apache.drill.exec.rpc.control that implement Controller.CustomSerDeModifier and TypeClassDescriptionstatic classstatic classControlTunnel.ProtoSerDe<MSG extends com.google.protobuf.MessageLite>Methods in org.apache.drill.exec.rpc.control with parameters of type Controller.CustomSerDeModifier and TypeMethodDescription<SEND,RECEIVE>
ControlTunnel.CustomTunnel<SEND, RECEIVE> ControlTunnel.getCustomTunnel(int messageTypeId, Controller.CustomSerDe<SEND> send, Controller.CustomSerDe<RECEIVE> receive) <REQUEST,RESPONSE>
voidController.registerCustomHandler(int messageTypeId, Controller.CustomMessageHandler<REQUEST, RESPONSE> handler, Controller.CustomSerDe<REQUEST> requestSerde, Controller.CustomSerDe<RESPONSE> responseSerde) Register a new handler for custom message types.<REQUEST,RESPONSE>
voidControllerImpl.registerCustomHandler(int messageTypeId, Controller.CustomMessageHandler<REQUEST, RESPONSE> handler, Controller.CustomSerDe<REQUEST> requestSerde, Controller.CustomSerDe<RESPONSE> responseSerde) <REQUEST,RESPONSE>
voidCustomHandlerRegistry.registerCustomHandler(int messageTypeId, Controller.CustomMessageHandler<REQUEST, RESPONSE> handler, Controller.CustomSerDe<REQUEST> requestSerde, Controller.CustomSerDe<RESPONSE> responseSerde) Constructors in org.apache.drill.exec.rpc.control with parameters of type Controller.CustomSerDeModifierConstructorDescriptionCustomFuture(Controller.CustomSerDe<RECEIVE> serde, DrillRpcFuture<BitControl.CustomMessage> future)