Re: Async Table API

2015-06-10 Thread Jurriaan Mous
With a new interface we enable ourselves to rethink a bit of the API to be simpler. I am currently proposing the following methods in the simpler AsyncTable interface: exists(Get): ResponsePromiseBoolean exists(ListGet): ResponsePromiseBoolean[] get(Get): ResponsePromiseResult

Re: Async Table API

2015-05-30 Thread Stack
On Fri, May 29, 2015 at 3:34 AM, Jurriaan Mous jurm...@jurmo.us wrote: Dear HBase Developers, I am currently working on issue HBASE-13784 https://issues.apache.org/jira/browse/HBASE-13784 to provide an Async Table api which builds on my previous work in HBASE-12684 https

Async Table API

2015-05-29 Thread Jurriaan Mous
Dear HBase Developers, I am currently working on issue HBASE-13784 https://issues.apache.org/jira/browse/HBASE-13784 to provide an Async Table api which builds on my previous work in HBASE-12684 https://issues.apache.org/jira/browse/HBASE-12684 which added a new AsyncRpcClient. For this I am