@InterfaceAudience.Public public static class MultiRowRangeFilter.RowRange extends MultiRowRangeFilter.BasicRowRange
startRow, startRowInclusive, stopRow, stopRowInclusive
Constructor and Description |
---|
RowRange() |
RowRange(byte[] startRow,
boolean startRowInclusive,
byte[] stopRow,
boolean stopRowInclusive) |
RowRange(String startRow,
boolean startRowInclusive,
String stopRow,
boolean stopRowInclusive)
If the startRow is empty or null, set it to HConstants.EMPTY_BYTE_ARRAY, means begin at the
start row of the table.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getComparisonData()
Returns the data to be used to compare
this to another object. |
boolean |
isAscendingOrder() |
boolean |
isSearchRowInclusive()
Returns whether the bounding row used for binary-search is inclusive or not.
|
compareTo, contains, contains, equals, getStartRow, getStopRow, hashCode, isStartRowInclusive, isStopRowInclusive, isValid
public RowRange()
public RowRange(String startRow, boolean startRowInclusive, String stopRow, boolean stopRowInclusive)
public RowRange(byte[] startRow, boolean startRowInclusive, byte[] stopRow, boolean stopRowInclusive)
public byte[] getComparisonData()
MultiRowRangeFilter.BasicRowRange
this
to another object.getComparisonData
in class MultiRowRangeFilter.BasicRowRange
public boolean isSearchRowInclusive()
MultiRowRangeFilter.BasicRowRange
isSearchRowInclusive
in class MultiRowRangeFilter.BasicRowRange
public boolean isAscendingOrder()
isAscendingOrder
in class MultiRowRangeFilter.BasicRowRange
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.