Interface TabletId

All Superinterfaces:
Comparable<TabletId>

public interface TabletId extends Comparable<TabletId>
A TabletId provides the information needed to uniquely identify a tablet.
Since:
1.7.0
  • Method Details

    • getTableId

      org.apache.hadoop.io.Text getTableId()
    • getEndRow

      org.apache.hadoop.io.Text getEndRow()
    • getPrevEndRow

      org.apache.hadoop.io.Text getPrevEndRow()
    • toRange

      Range toRange()
      Returns:
      a range based on the row range of the tablet. The range will cover (<prev end row>, <end row>].
      Since:
      1.8.0