[
https://issues.apache.org/jira/browse/HBASE-11797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enis Soztutar updated HBASE-11797:
----------------------------------
Attachment: hbase-11797_v4.patch
Attaching v4 which I'll commit to branch-1+. Added some javadoc and moved
getRowOrBefore() back to HTI. We should not support that method for 1.x.
> Create Table interface to replace HTableInterface
> -------------------------------------------------
>
> Key: HBASE-11797
> URL: https://issues.apache.org/jira/browse/HBASE-11797
> Project: HBase
> Issue Type: Bug
> Reporter: Carter
> Assignee: Carter
> Attachments: HBASE_11797.patch, HBASE_11797_v2.patch,
> HBASE_11797_v3.patch, hbase-11797_v4.patch
>
>
> Basically doing this:
> {code}
> interface Table {
> // get, put related stuff
> }
> @Deprecated
> interface HTableInterface extends Table {
> // users are encouraged to use the new Table interface
> }
> class HTable extends Table {
> // all HTable constructors are deprecated
> // Users are not encouraged to see this class
> }
> {code}
> I'm proposing that in this JIRA I move everything from HTableInterface to
> Table except the following:
> * Anything deprecated
> * Anything @InterfaceAudience.Private ({{coprocessorService(...)}} and
> {{batchCoprocessorService(...)}})
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)