Uses of Class
org.apache.accumulo.core.util.Pair

Packages that use Pair
org.apache.accumulo.core.client   
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.iterators.conf   
org.apache.accumulo.core.iterators.user   
org.apache.accumulo.core.util   
 

Uses of Pair in org.apache.accumulo.core.client
 

Subclasses of Pair in org.apache.accumulo.core.client
static class IteratorSetting.Column
          A convenience class for passing column family and column qualifiers to iterator configuration methods.
 

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

Methods in org.apache.accumulo.core.client.impl that return Pair
static Pair<String,ClientService.Client> ServerClient.getConnection(Instance instance)
           
static Pair<String,ClientService.Client> ServerClient.getConnection(Instance instance, boolean preferCachedConnections)
           
static Pair<String,ClientService.Client> ServerClient.getConnection(Instance instance, boolean preferCachedConnections, long rpcTimeout)
           
 

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

Methods in org.apache.accumulo.core.client.mapred that return types with arguments of type Pair
protected static Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> InputFormatBase.getFetchedColumns(org.apache.hadoop.mapred.JobConf job)
          Gets the columns to be mapped over from this job.
 

Method parameters in org.apache.accumulo.core.client.mapred with type arguments of type Pair
static void InputFormatBase.fetchColumns(org.apache.hadoop.mapred.JobConf job, Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> columnFamilyColumnQualifierPairs)
          Restricts the columns that will be mapped over for this job.
 

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

Methods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type Pair
protected static Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> InputFormatBase.getFetchedColumns(org.apache.hadoop.conf.Configuration conf)
          Deprecated. since 1.5.0; Use InputFormatBase.getFetchedColumns(JobContext) instead.
protected static Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> InputFormatBase.getFetchedColumns(org.apache.hadoop.mapreduce.JobContext context)
          Gets the columns to be mapped over from this job.
 

Method parameters in org.apache.accumulo.core.client.mapreduce with type arguments of type Pair
static void InputFormatBase.fetchColumns(org.apache.hadoop.conf.Configuration conf, Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> columnFamilyColumnQualifierPairs)
          Deprecated. since 1.5.0; Use InputFormatBase.fetchColumns(Job, Collection) instead.
static void InputFormatBase.fetchColumns(org.apache.hadoop.mapreduce.Job job, Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> columnFamilyColumnQualifierPairs)
          Restricts the columns that will be mapped over for this job.
 

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

Methods in org.apache.accumulo.core.client.mapreduce.lib.util that return types with arguments of type Pair
static Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> InputConfigurator.getFetchedColumns(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)
          Gets the columns to be mapped over from this job.
 

Method parameters in org.apache.accumulo.core.client.mapreduce.lib.util with type arguments of type Pair
static void InputConfigurator.fetchColumns(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> columnFamilyColumnQualifierPairs)
          Restricts the columns that will be mapped over for this job.
 

Uses of Pair in org.apache.accumulo.core.iterators.conf
 

Methods in org.apache.accumulo.core.iterators.conf that return Pair
static Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text> ColumnSet.decodeColumns(String columns)
           
 

Uses of Pair in org.apache.accumulo.core.iterators.user
 

Fields in org.apache.accumulo.core.iterators.user with type parameters of type Pair
protected  ArrayList<Pair<Key,Value>> TransformingIterator.keys
           
 

Uses of Pair in org.apache.accumulo.core.util
 

Methods in org.apache.accumulo.core.util that return Pair
static Pair<SortedMap<KeyExtent,org.apache.hadoop.io.Text>,List<KeyExtent>> MetadataTable.getMetadataLocationEntries(SortedMap<Key,Value> entries)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.