Class TabletLocator.TabletLocation
- java.lang.Object
-
- org.apache.accumulo.core.clientImpl.TabletLocator.TabletLocation
-
- All Implemented Interfaces:
Comparable<TabletLocator.TabletLocation>
- Enclosing class:
- TabletLocator
public static class TabletLocator.TabletLocation extends Object implements Comparable<TabletLocator.TabletLocation>
-
-
Field Summary
Fields Modifier and Type Field Description KeyExtenttablet_extentStringtablet_locationStringtablet_session
-
Constructor Summary
Constructors Constructor Description TabletLocation(KeyExtent tablet_extent, String tablet_location, String session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TabletLocator.TabletLocation o)booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(TabletLocator.TabletLocation o)
- Specified by:
compareToin interfaceComparable<TabletLocator.TabletLocation>
-
-