org.apache.accumulo.core.client.impl
public static class TabletLocator.TabletLocation extends Object implements Comparable<TabletLocator.TabletLocation>
Modifier and Type | Field and Description |
---|---|
KeyExtent |
tablet_extent |
String |
tablet_location |
String |
tablet_session |
Constructor and Description |
---|
TabletLocator.TabletLocation(KeyExtent tablet_extent,
String tablet_location,
String session) |
public final KeyExtent tablet_extent
public final String tablet_location
public final String tablet_session
public int compareTo(TabletLocator.TabletLocation o)
compareTo
in interface Comparable<TabletLocator.TabletLocation>
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.