[
https://issues.apache.org/jira/browse/HBASE-13784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jurriaan Mous updated HBASE-13784:
----------------------------------
Attachment: HBASE-13784-v5.patch
* Refactored ScannerCallable and ScannerCallableWithReplicas so they work Async
internally. Current ClientScanners use them and current tests work.
* Created new Async variants of the ClientScanners and added them to AsyncTable.
AsyncTable Api now has all planned calls.
Left to do: BufferedMutator, an internally async Table implementation and tests
that use it.
Question: What is a good name for the PromiseKeepers? I learned it is a loaded
term.
Review:
https://reviews.apache.org/r/35292/diff/#
> Add Async Client Table API
> --------------------------
>
> Key: HBASE-13784
> URL: https://issues.apache.org/jira/browse/HBASE-13784
> Project: HBase
> Issue Type: New Feature
> Reporter: Jurriaan Mous
> Assignee: Jurriaan Mous
> Attachments: HBASE-13784-v1.patch, HBASE-13784-v2.patch,
> HBASE-13784-v3.patch, HBASE-13784-v4.patch, HBASE-13784-v5.patch,
> HBASE-13784.patch
>
>
> With the introduction of the Async HBase RPC Client it is possible to create
> an Async Table API and more. This issue is focussed on creating a first async
> Table API so it is possible to do any non deprecated Table call in an async
> way.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)