[ 
https://issues.apache.org/jira/browse/HBASE-19251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Duo Zhang updated HBASE-19251:
------------------------------
    Attachment: HBASE-19251.patch

Introduce a ScanResultConsumerBase. There are two sub classes which are 
ScanResultConcumer which is for AsyncTableImpl, and AdvancedScanResultConsumer 
which is for RawAsyncTableImpl.

Now the hierarchy is
{code}
public interface AsyncTable<C extends ScanResultConsumerBase>

class RawAsyncTableImpl implements AsyncTable<AdvancedScanResultConsumer>

class AsyncTableImpl implements AsyncTable<ScanResultConsumer>
{code}

What do you think? [~appy]. If you think this is OK then I will upload the 
patch to rb for more reviewing.

Thanks.

> Merge RawAsyncTable and AsyncTable
> ----------------------------------
>
>                 Key: HBASE-19251
>                 URL: https://issues.apache.org/jira/browse/HBASE-19251
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Duo Zhang
>         Attachments: HBASE-19251.patch
>
>
> As discussed in HBASE-18978.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to