Package org.apache.accumulo.core.data
Interface TabletId
- All Superinterfaces:
Comparable<TabletId>
A TabletId provides the information needed to uniquely identify a tablet.
- Since:
- 1.7.0
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getTable
TableId getTable()- Since:
- 2.1.0
-
getTableId
Deprecated.usegetTable()
andAbstractId.canonical()
instead -
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
-
getTable()
andAbstractId.canonical()
instead