@InterfaceAudience.Private public static class CoprocessorRpcUtils.BlockingRpcCallback<R> extends Object implements com.google.protobuf.RpcCallback<R>
RpcCallback implementation providing a
 Future-like BlockingRpcCallback.get() method, which
 will block util the instance's BlockingRpcCallback.run(Object) method has been called.
 R is the RPC response type that will be passed to the run(Object) method.| Modifier and Type | Field and Description | 
|---|---|
| private R | result | 
| private boolean | resultSet | 
| Constructor and Description | 
|---|
| BlockingRpcCallback() | 
| Modifier and Type | Method and Description | 
|---|---|
| R | get()Returns the parameter passed to  run(Object)ornullif a null value was
 passed. | 
| void | run(R parameter)Called on completion of the RPC call with the response object, or  nullin the case of
 an error. | 
public BlockingRpcCallback()
public void run(R parameter)
null in the case of
 an error.run in interface com.google.protobuf.RpcCallback<R>parameter - the response object or null if an error occurredpublic R get() throws IOException
run(Object) or null if a null value was
 passed.  When used asynchronously, this method will block until the run(Object)
 method has been called.null if no response was passedIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.