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.mapred   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mapreduce.lib.util This package exists to store common helpers for configuring MapReduce jobs in a single location. 
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
           
 class TimeoutTabletLocator
           
 

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, org.apache.hadoop.io.Text tableId)
           
 

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

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)
           
TimeoutTabletLocator(TabletLocator locator, long timeout)
           
 

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

Methods in org.apache.accumulo.core.client.mapred that return TabletLocator
protected static TabletLocator InputFormatBase.getTabletLocator(org.apache.hadoop.mapred.JobConf job)
          Initializes an Accumulo TabletLocator based on the configuration.
 

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)
          Deprecated. since 1.5.0; Use InputFormatBase.getTabletLocator(JobContext) instead.
protected static TabletLocator InputFormatBase.getTabletLocator(org.apache.hadoop.mapreduce.JobContext context)
          Initializes an Accumulo TabletLocator based on the configuration.
 

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

Methods in org.apache.accumulo.core.client.mapreduce.lib.util that return TabletLocator
static TabletLocator InputConfigurator.getTabletLocator(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)
          Initializes an Accumulo TabletLocator based on the configuration.
 

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

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



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.