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

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.TabletLocator.TabletLocation
Enclosing class:
TabletLocator

public static class TabletLocator.TabletLocation
extends java.lang.Object


Field Summary
 KeyExtent tablet_extent
           
 java.lang.String tablet_location
           
 
Constructor Summary
TabletLocator.TabletLocation(KeyExtent tablet_extent, java.lang.String tablet_location)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.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 java.lang.String tablet_location
Constructor Detail

TabletLocator.TabletLocation

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

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.