Package org.apache.hadoop.hbase.client
Class CoprocessorBlockingRpcCallback<R>
java.lang.Object
org.apache.hadoop.hbase.client.CoprocessorBlockingRpcCallback<R>
- All Implemented Interfaces:
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<R>
@Deprecated
@Private
class CoprocessorBlockingRpcCallback<R>
extends Object
implements org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<R>
Deprecated.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget()
Deprecated.Returns the parameter passed torun(Object)
ornull
if a null value was passed.void
Deprecated.Called on completion of the RPC call with the response object, ornull
in the case of an error.
-
Field Details
-
result
Deprecated. -
resultSet
Deprecated.
-
-
Constructor Details
-
CoprocessorBlockingRpcCallback
Deprecated.
-
-
Method Details
-
run
Deprecated.Called on completion of the RPC call with the response object, ornull
in the case of an error.- Specified by:
run
in interfaceorg.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<R>
- Parameters:
parameter
- the response object ornull
if an error occurred
-
get
Deprecated.Returns the parameter passed torun(Object)
ornull
if a null value was passed. When used asynchronously, this method will block until therun(Object)
method has been called.- Returns:
- the response object or
null
if no response was passed - Throws:
IOException
-
Table
andAdmin
interface.