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

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.getLocator(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(Credentials credentials, TabletLocator.TabletLocation src, org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text stopRow, TabletLocator parent)
           
 List<TabletLocator.TabletLocation> TabletLocatorImpl.TabletLocationObtainer.lookupTablets(Credentials credentials, 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, TabletLocatorImpl.TabletServerLockChecker tslc)
           
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)
          Deprecated. since 1.6.0
protected static TabletLocator AbstractInputFormat.getTabletLocator(org.apache.hadoop.mapred.JobConf job, String tableId)
          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.mapreduce.JobContext context)
          Deprecated. since 1.6.0
protected static TabletLocator AbstractInputFormat.getTabletLocator(org.apache.hadoop.mapreduce.JobContext context, String table)
          Initializes an Accumulo TabletLocator based on the configuration.
 

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

Methods in org.apache.accumulo.core.client.mapreduce.lib.impl that return TabletLocator
static TabletLocator InputConfigurator.getTabletLocator(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, String tableId)
          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)
          Deprecated. since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.
 

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

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

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

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



Copyright © 2015 Apache Accumulo Project. All rights reserved.