@InterfaceAudience.Private private static class MultiRowRangeFilter.ReversedRowRange extends MultiRowRangeFilter.BasicRowRange
startRow, startRowInclusive, stopRow, stopRowInclusive| Constructor and Description |
|---|
ReversedRowRange(byte[] startRow,
boolean startRowInclusive,
byte[] stopRow,
boolean stopRowInclusive) |
| 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, isValidpublic ReversedRowRange(byte[] startRow, boolean startRowInclusive, byte[] stopRow, boolean stopRowInclusive)
public byte[] getComparisonData()
MultiRowRangeFilter.BasicRowRangethis to another object.getComparisonData in class MultiRowRangeFilter.BasicRowRangepublic boolean isSearchRowInclusive()
MultiRowRangeFilter.BasicRowRangeisSearchRowInclusive in class MultiRowRangeFilter.BasicRowRangepublic boolean isAscendingOrder()
isAscendingOrder in class MultiRowRangeFilter.BasicRowRangeCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.