Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
The class layout needs to be changed to better accept Async versions of the same classes. This is a partly commit of the patch in HBASE-13784
Classes turned interface:
- AsyncRpcChannel with AsyncRpcChannelImpl as implementation
- CoprocessorRpcChannel with SyncCoprocessorRpcChannel for implementation
New lower-level abstractions:
- ProtoRetryingCallable below RetryingCallable
- AbstractRegionServerCallable below RegionServerCallable
Attachments
Attachments
Issue Links
- is part of
-
HBASE-13784 Add Async Client Table API
- Closed