Uses of Interface
org.apache.hadoop.hbase.ipc.RpcCallback
Packages that use org.apache.hadoop.hbase.ipc.RpcCallback
-
Uses of org.apache.hadoop.hbase.ipc.RpcCallback in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as org.apache.hadoop.hbase.ipc.RpcCallback in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.ipc.RpcCallback
ServerCall.rpcCallback
Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.RpcCallback in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.RpcCallback
ServerCall.getCallBack()
Methods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.ipc.RpcCallback in inModifier 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)