public class GeoWaveBlockingRpcCallback<R> extends Object implements org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcCallback<R>
| Constructor and Description |
|---|
GeoWaveBlockingRpcCallback() |
| Modifier and Type | Method and Description |
|---|---|
R |
get()
Returns the parameter passed to
run(Object) or null if a null value was
passed. |
void |
run(R parameter)
Called on completion of the RPC call with the response object, or
null in the case of
an error. |
public void run(R parameter)
null in the case of
an error.run in interface org.apache.hadoop.hbase.shaded.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 © 2013–2022. All rights reserved.