HBASE-5489 Addendum
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1296011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0c4e1dfa75
commit
9ffc748589
|
@ -495,7 +495,7 @@ public class HTable implements HTableInterface {
|
|||
* Get the corresponding regions for an arbitrary range of keys.
|
||||
* <p>
|
||||
* @param startRow Starting row in range, inclusive
|
||||
* @param endRow Ending row in range, inclusive
|
||||
* @param endRow Ending row in range, exclusive
|
||||
* @return A list of HRegionLocations corresponding to the regions that
|
||||
* contain the specified range
|
||||
* @throws IOException if a remote or network exception occurs
|
||||
|
|
Loading…
Reference in New Issue