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

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

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

Subclasses of TabletLocator in org.apache.accumulo.core.client.impl
 class RootTabletLocator
           
 class TabletLocatorImpl
           
 

Fields in org.apache.accumulo.core.client.impl declared as TabletLocator
protected  TabletLocator TabletLocatorImpl.parent
           
 

Methods in org.apache.accumulo.core.client.impl that return TabletLocator
static TabletLocator TabletLocator.getInstance(Instance instance, AuthInfo credentials, org.apache.hadoop.io.Text tableId)
           
 

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

Constructors in org.apache.accumulo.core.client.impl with parameters of type TabletLocator
TabletLocatorImpl(org.apache.hadoop.io.Text table, TabletLocator parent, TabletLocatorImpl.TabletLocationObtainer tlo)
           
 

Uses of TabletLocator in org.apache.accumulo.core.client.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce that return TabletLocator
protected static TabletLocator InputFormatBase.getTabletLocator(org.apache.hadoop.conf.Configuration conf)
          Initializes an Accumulo TabletLocator based on the configuration.
protected static TabletLocator InputFormatBase.getTabletLocator(org.apache.hadoop.mapreduce.JobContext job)
          Deprecated. Use InputFormatBase.getTabletLocator(Configuration) instead
 

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

Subclasses of TabletLocator in org.apache.accumulo.core.client.mock
 class MockTabletLocator
           
 



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