org.apache.accumulo.core.client.impl
Class TabletLocator.TabletLocation

java.lang.Object
  extended by 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>


Field Summary
 KeyExtent tablet_extent
           
 String tablet_location
           
 
Constructor Summary
TabletLocator.TabletLocation(KeyExtent tablet_extent, String tablet_location)
           
 
Method Summary
 int compareTo(TabletLocator.TabletLocation o)
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

tablet_extent

public final KeyExtent tablet_extent

tablet_location

public final String tablet_location
Constructor Detail

TabletLocator.TabletLocation

public TabletLocator.TabletLocation(KeyExtent tablet_extent,
                                    String tablet_location)
Method Detail

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 © 2013 Apache Accumulo Project. All Rights Reserved.