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

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

public static class TabletLocator.TabletLocations
extends Object


Constructor Summary
TabletLocator.TabletLocations(List<TabletLocator.TabletLocation> locations, List<KeyExtent> locationless)
           
 
Method Summary
 List<KeyExtent> getLocationless()
           
 List<TabletLocator.TabletLocation> getLocations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabletLocator.TabletLocations

public TabletLocator.TabletLocations(List<TabletLocator.TabletLocation> locations,
                                     List<KeyExtent> locationless)
Method Detail

getLocations

public List<TabletLocator.TabletLocation> getLocations()

getLocationless

public List<KeyExtent> getLocationless()


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