Interface TabletsMetadata.TableRangeOptions

    • Method Detail

      • overlapping

        TabletsMetadata.Options overlapping​(org.apache.hadoop.io.Text startRow,
                                            org.apache.hadoop.io.Text endRow)
        Limit to tablets that overlap the range (startRow, endRow]. Can pass null representing -inf and +inf. The impl creates open ended ranges which may be problematic, see #813.