@InterfaceAudience.Private public abstract class CoprocessorRpcChannel extends Object implements RpcChannel, BlockingRpcChannel
Services| Constructor and Description |
|---|
CoprocessorRpcChannel() |
| Modifier and Type | Method and Description |
|---|---|
Message |
callBlockingMethod(Descriptors.MethodDescriptor method,
RpcController controller,
Message request,
Message responsePrototype) |
protected abstract Message |
callExecService(Descriptors.MethodDescriptor method,
Message request,
Message responsePrototype) |
void |
callMethod(Descriptors.MethodDescriptor method,
RpcController controller,
Message request,
Message responsePrototype,
RpcCallback<Message> callback) |
public void callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> callback)
callMethod in interface RpcChannelpublic Message callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype) throws ServiceException
callBlockingMethod in interface BlockingRpcChannelServiceExceptionprotected abstract Message callExecService(Descriptors.MethodDescriptor method, Message request, Message responsePrototype) throws IOException
IOExceptionCopyright © 2014 The Apache Software Foundation. All Rights Reserved.