Class TabletIdImpl

    • Constructor Detail

      • TabletIdImpl

        public TabletIdImpl​(KeyExtent ke)
    • Method Detail

      • getTableId

        public org.apache.hadoop.io.Text getTableId()
        Specified by:
        getTableId in interface TabletId
      • getEndRow

        public org.apache.hadoop.io.Text getEndRow()
        Specified by:
        getEndRow in interface TabletId
      • getPrevEndRow

        public org.apache.hadoop.io.Text getPrevEndRow()
        Specified by:
        getPrevEndRow in interface TabletId
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toRange

        public Range toRange()
        Specified by:
        toRange in interface TabletId
        Returns:
        a range based on the row range of the tablet. The range will cover (<prev end row>, <end row>].