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
Modifier and TypeMethodDescriptionorg.apache.hadoop.io.Text
org.apache.hadoop.io.Text
org.apache.hadoop.io.Text
toRange()
Methods inherited from interface java.lang.Comparable
compareTo
-
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
-