[
https://issues.apache.org/jira/browse/HBASE-13214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14602378#comment-14602378
]
stack commented on HBASE-13214:
-------------------------------
Patch looks great.
I don't think you can purge getStartKeys In 1.0 branch I don't see it
deprecated (it is deprecated in branch-1.1). Maybe I am reading it wrong -- I
am not seeing how they were deprecated in 1.0. Ditto getEndKeys ... and
getStartEndKeys.
batch( is not @deprecated in 1.0 if I read it right. Same for exists( .... oh,
nvm, I see deprecated in the Interface. That is fine.
Where is below deprecated:
public Object[] batch(List<? extends Row> actions) throws IOException {
Very nice cleanup.
> Remove deprecated and unused methods from HTable class
> ------------------------------------------------------
>
> Key: HBASE-13214
> URL: https://issues.apache.org/jira/browse/HBASE-13214
> Project: HBase
> Issue Type: Sub-task
> Components: API
> Affects Versions: 2.0.0
> Reporter: Mikhail Antonov
> Assignee: Ashish Singhi
> Fix For: 2.0.0
>
> Attachments: HBASE-13214-v1.patch, HBASE-13214-v2-again-v1.patch,
> HBASE-13214-v2-again.patch, HBASE-13214-v2.patch, HBASE-13214-v3.patch,
> HBASE-13214-v3.patch, HBASE-13214.patch
>
>
> Methods like #getRegionLocation(), #isTableEnabled() etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)