[
https://issues.apache.org/jira/browse/HBASE-10208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853035#comment-13853035
]
Nick Dimiduk commented on HBASE-10208:
--------------------------------------
Is there an API design reason why these region details are omitted from the
HTableInterface in the first place?
> Add split keys and region location related API in HTable to HTableInterface
> as well
> -----------------------------------------------------------------------------------
>
> Key: HBASE-10208
> URL: https://issues.apache.org/jira/browse/HBASE-10208
> Project: HBase
> Issue Type: Bug
> Components: Client
> Reporter: rajeshbabu
> Assignee: rajeshbabu
> Fix For: 0.98.0, 0.99.0
>
>
> These are APIs related to split keys avaiable in HTable same can be to HTI
> getStartKeys()
> getEndKeys()
> getStartEndKeys()
> getSplitKeys() - New
> and 3 more APIs related to find region location when we specify row also can
> be added to HTI
> getRegionLocation(final String row)
> getRegionLocation(final byte [] row)
> getRegionLocation(final byte [] row, boolean reload)
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)