Uses of Interface
org.apache.hadoop.hbase.ipc.RpcCallback
-
Uses of org.apache.hadoop.hbase.ipc.RpcCallback in org.apache.hadoop.hbase.ipc
Modifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.ipc.RpcCallback
ServerCall.rpcCallback
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.RpcCallback
ServerCall.getCallBack()
Modifier and TypeMethodDescriptionvoid
RpcCallContext.setCallBack
(org.apache.hadoop.hbase.ipc.RpcCallback callback) Sets a callback which has to be executed at the end of this RPC call.void
ServerCall.setCallBack
(org.apache.hadoop.hbase.ipc.RpcCallback callback)