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   
org.apache.accumulo.core.client.mock.impl   
org.apache.accumulo.core.metadata   
 

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(Credentials credentials, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry, boolean lock, org.apache.accumulo.core.client.impl.TabletLocatorImpl.LockCheckerSession lcSession)
           
protected  TabletLocator.TabletLocation RootTabletLocator.getRootTabletLocation()
           
 TabletLocator.TabletLocation TimeoutTabletLocator.locateTablet(Credentials credentials, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
 TabletLocator.TabletLocation TabletLocatorImpl.locateTablet(Credentials credentials, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
abstract  TabletLocator.TabletLocation TabletLocator.locateTablet(Credentials credentials, org.apache.hadoop.io.Text row, boolean skipRow, boolean retry)
           
 TabletLocator.TabletLocation RootTabletLocator.locateTablet(Credentials credentials, 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> TabletLocator.TabletLocations.getLocations()
           
 List<TabletLocator.TabletLocation> TabletLocatorImpl.TabletLocationObtainer.lookupTablets(Credentials credentials, String tserver, Map<KeyExtent,List<Range>> map, TabletLocator parent)
           
 

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

Constructor parameters in org.apache.accumulo.core.client.impl with type arguments of type TabletLocator.TabletLocation
TabletLocator.TabletLocations(List<TabletLocator.TabletLocation> locations, List<KeyExtent> locationless)
           
 

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, TCredentials credentials)
          Deprecated.  
 

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

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

Uses of TabletLocator.TabletLocation in org.apache.accumulo.core.metadata
 

Methods in org.apache.accumulo.core.metadata that return types with arguments of type TabletLocator.TabletLocation
 List<TabletLocator.TabletLocation> MetadataLocationObtainer.lookupTablets(Credentials credentials, String tserver, Map<KeyExtent,List<Range>> tabletsRanges, TabletLocator parent)
           
 

Methods in org.apache.accumulo.core.metadata with parameters of type TabletLocator.TabletLocation
 TabletLocator.TabletLocations MetadataLocationObtainer.lookupTablet(Credentials credentials, TabletLocator.TabletLocation src, org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text stopRow, TabletLocator parent)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.