org.apache.accumulo.core.client.impl
Class TabletLocator.TabletLocation
java.lang.Object
org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
- All Implemented Interfaces:
- Comparable<TabletLocator.TabletLocation>
- Enclosing class:
- TabletLocator
public static class TabletLocator.TabletLocation
- extends Object
- implements Comparable<TabletLocator.TabletLocation>
tablet_extent
public final KeyExtent tablet_extent
tablet_location
public final String tablet_location
tablet_session
public final String tablet_session
TabletLocator.TabletLocation
public TabletLocator.TabletLocation(KeyExtent tablet_extent,
String tablet_location,
String session)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
compareTo
public int compareTo(TabletLocator.TabletLocation o)
- Specified by:
compareTo
in interface Comparable<TabletLocator.TabletLocation>
Copyright © 2015 Apache Accumulo Project. All rights reserved.