If you are looking for default scan request parameters, here they are:
Parameter | Default value |
---|---|
startRow | HConstants.EMPTY_START_ROW |
stopRow | HConstants.EMPTY_END_ROW |
maxVersions | 1 |
batch | -1 |
allowPartialResults | false |
storeLimit | -1 |
storeOffset | 0 |
caching | -1 |
maxResultSize | -1L |
cacheBlocks | true |
reversed | false |
timeRange | TimeRange.allTime() |
asyncPrefetch | null |
small | false |
mvccReadPoint | -1L |
limit | -1 |
readType | Scan.ReadType.DEFAULT |
needCursorResult | false |
If you still have any questions, feel free to ask me in the comments under this article, or write me on promark33@gmail.com.