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

Packages that use TabletLocator.TabletLocation
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
 

Uses of TabletLocator.TabletLocation in org.apache.accumulo.core.client.impl
 

Fields in org.apache.accumulo.core.client.impl with type parameters of type TabletLocator.TabletLocation
protected  TreeMap<org.apache.hadoop.io.Text,TabletLocator.TabletLocation> TabletLocatorImpl.metaCache
           
 

Methods in org.apache.accumulo.core.client.impl that return TabletLocator.TabletLocation
protected  TabletLocator.TabletLocation TabletLocatorImpl._locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry, boolean lock)
           
 TabletLocator.TabletLocation TabletLocatorImpl.locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
abstract  TabletLocator.TabletLocation TabletLocator.locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
 TabletLocator.TabletLocation RootTabletLocator.locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
 

Methods in org.apache.accumulo.core.client.impl that return types with arguments of type TabletLocator.TabletLocation
 List<TabletLocator.TabletLocation> TabletLocatorImpl.TabletLocationObtainer.lookupTablet(TabletLocator.TabletLocation src, org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text stopRow, TabletLocator parent)
           
 List<TabletLocator.TabletLocation> MetadataLocationObtainer.lookupTablet(TabletLocator.TabletLocation src, org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text stopRow, TabletLocator parent)
           
 List<TabletLocator.TabletLocation> TabletLocatorImpl.TabletLocationObtainer.lookupTablets(String tserver, Map<KeyExtent,List<Range>> map, TabletLocator parent)
           
 List<TabletLocator.TabletLocation> MetadataLocationObtainer.lookupTablets(String tserver, Map<KeyExtent,List<Range>> tabletsRanges, TabletLocator parent)
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type TabletLocator.TabletLocation
 int TabletLocator.TabletLocation.compareTo(TabletLocator.TabletLocation o)
           
 List<TabletLocator.TabletLocation> TabletLocatorImpl.TabletLocationObtainer.lookupTablet(TabletLocator.TabletLocation src, org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text stopRow, TabletLocator parent)
           
 List<TabletLocator.TabletLocation> MetadataLocationObtainer.lookupTablet(TabletLocator.TabletLocation src, org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text stopRow, TabletLocator parent)
           
 

Uses of TabletLocator.TabletLocation in org.apache.accumulo.core.client.mock
 

Methods in org.apache.accumulo.core.client.mock that return TabletLocator.TabletLocation
 TabletLocator.TabletLocation MockTabletLocator.locateTablet(org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
 



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