Class TabletIdImpl
- java.lang.Object
-
- org.apache.accumulo.core.dataImpl.TabletIdImpl
-
- All Implemented Interfaces:
Comparable<TabletId>,TabletId
public class TabletIdImpl extends Object implements TabletId
-
-
Constructor Summary
Constructors Constructor Description TabletIdImpl(KeyExtent ke)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TabletId o)booleanequals(Object o)org.apache.hadoop.io.TextgetEndRow()org.apache.hadoop.io.TextgetPrevEndRow()org.apache.hadoop.io.TextgetTableId()inthashCode()RangetoRange()StringtoString()
-
-
-
Constructor Detail
-
TabletIdImpl
public TabletIdImpl(KeyExtent ke)
-
-
Method Detail
-
compareTo
public int compareTo(TabletId o)
- Specified by:
compareToin interfaceComparable<TabletId>
-
getTableId
public org.apache.hadoop.io.Text getTableId()
- Specified by:
getTableIdin interfaceTabletId
-
getEndRow
public org.apache.hadoop.io.Text getEndRow()
-
getPrevEndRow
public org.apache.hadoop.io.Text getPrevEndRow()
- Specified by:
getPrevEndRowin interfaceTabletId
-
-