Description
Again a part of HBASE-13784 patch.
This issue is about porting over the improvements in AsyncCall so it is a more flexible for usage in true async calls. It will not depend anymore on PayloadCarryingRpcController which is not needed in the async implementation. Furthermore it introduces the MessageConverter and IOExceptionConverter so the responses of future async calls can be converted in an easy async way.
Attachments
Attachments
Issue Links
- is part of
-
HBASE-13784 Add Async Client Table API
- Closed