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.mapreduce   
org.apache.accumulo.core.iterators.conf   
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.Iface> ServerClient.getConnection(Instance instance)
           
static Pair<String,ClientService.Iface> ServerClient.getConnection(Instance instance, boolean preferCachedConnections)
           
static Pair<String,ClientService.Iface> ServerClient.getConnection(Instance instance, boolean preferCachedConnections, long rpcTimeout)
           
 

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)
          Gets the columns to be mapped over from this configuration object.
protected static Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> InputFormatBase.getFetchedColumns(org.apache.hadoop.mapreduce.JobContext job)
          Deprecated. Use InputFormatBase.getFetchedColumns(Configuration) instead
 

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)
          Restricts the columns that will be mapped over for this configuration object.
static void InputFormatBase.fetchColumns(org.apache.hadoop.mapreduce.JobContext job, Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> columnFamilyColumnQualifierPairs)
          Deprecated. Use InputFormatBase.fetchColumns(Configuration,Collection) instead
 

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.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 The Apache Software Foundation. All Rights Reserved.