Uses of Interface
org.apache.hadoop.hbase.ipc.HBaseRpcController.CancellationCallback
Packages that use HBaseRpcController.CancellationCallback
- 
Uses of HBaseRpcController.CancellationCallback in org.apache.hadoop.hbase.ipc
Methods in org.apache.hadoop.hbase.ipc with parameters of type HBaseRpcController.CancellationCallbackModifier and TypeMethodDescriptionvoidDelegatingHBaseRpcController.notifyOnCancel(org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<Object> callback, HBaseRpcController.CancellationCallback action) voidHBaseRpcController.notifyOnCancel(org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<Object> callback, HBaseRpcController.CancellationCallback action) If not cancelled, add the callback to cancellation callback list.voidHBaseRpcControllerImpl.notifyOnCancel(org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<Object> callback, HBaseRpcController.CancellationCallback action)