@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, isValid
public ReversedRowRange(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.