Class ScannerModel.FilterModel.RowRangeModel
java.lang.Object
org.apache.hadoop.hbase.rest.model.ScannerModel.FilterModel.RowRangeModel
- Enclosing class:
- ScannerModel.FilterModel
This DTO omits the pseudo-getters in MultiRowRangeFilter.RowRange which break Jackson
deserialization. It also avoids adding those as dummy JSON elements.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]
protected boolean
protected byte[]
protected boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startRow
-
startRowInclusive
-
stopRow
-
stopRowInclusive
-
-
Constructor Details
-
RowRangeModel
public RowRangeModel() -
RowRangeModel
-
-
Method Details