Uses of Class
org.apache.accumulo.core.util.Pair
-
-
Uses of Pair in org.apache.accumulo.core.client
Subclasses of Pair in org.apache.accumulo.core.client Modifier and Type Class Description static classIteratorSetting.ColumnA convenience class for passing column family and column qualifiers to iterator configuration methods. -
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 Modifier and Type Method Description protected static Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>>InputFormatBase. getFetchedColumns(org.apache.hadoop.mapred.JobConf job)Deprecated.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 Modifier and Type Method Description static voidInputFormatBase. fetchColumns(org.apache.hadoop.mapred.JobConf job, Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> columnFamilyColumnQualifierPairs)Deprecated.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 Modifier and Type Method Description protected static Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>>InputFormatBase. getFetchedColumns(org.apache.hadoop.mapreduce.JobContext context)Deprecated.Gets the columns to be mapped over from this job.Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>>InputTableConfig. getFetchedColumns()Deprecated.Returns the columns to be fetched for this configurationSet<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>>RangeInputSplit. getFetchedColumns()Deprecated.Method parameters in org.apache.accumulo.core.client.mapreduce with type arguments of type Pair Modifier and Type Method Description static voidInputFormatBase. fetchColumns(org.apache.hadoop.mapreduce.Job job, Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> columnFamilyColumnQualifierPairs)Deprecated.Restricts the columns that will be mapped over for this job for the default input table.InputTableConfigInputTableConfig. fetchColumns(Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> columns)Deprecated.Restricts the columns that will be mapped over for this job for the default input table.voidRangeInputSplit. setFetchedColumns(Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> fetchedColumns)Deprecated.voidRangeInputSplit. setFetchedColumns(Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> fetchedColumns)Deprecated. -
Uses of Pair in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return Pair Modifier and Type Method Description Pair<String,org.apache.thrift.transport.TTransport>ThriftTransportPool. getAnyTransport(List<ThriftTransportKey> servers, boolean preferCachedConnection)static <CT extends org.apache.thrift.TServiceClient>
Pair<String,CT>ServerClient. getConnection(ClientContext context, org.apache.thrift.TServiceClientFactory<CT> factory, boolean preferCachedConnections)static Pair<String,String>Tables. qualify(String tableName)static Pair<String,String>Tables. qualify(String tableName, String defaultNamespace) -
Uses of Pair in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib that return types with arguments of type Pair Modifier and Type Method Description static Set<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>>InputConfigurator. deserializeFetchedColumns(Collection<String> serialized)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.clientImpl.mapreduce.lib with type arguments of type Pair Modifier and Type Method Description static voidInputConfigurator. 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 the single input table on this job.static String[]InputConfigurator. serializeColumns(Collection<Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>> columnFamilyColumnQualifierPairs) -
Uses of Pair in org.apache.accumulo.core.conf
Methods in org.apache.accumulo.core.conf that return Pair Modifier and Type Method Description static Pair<Integer,Integer>PropertyType.PortRange. parse(String portRange) -
Uses of Pair in org.apache.accumulo.core.iterators.user
Fields in org.apache.accumulo.core.iterators.user with type parameters of type Pair Modifier and Type Field Description protected ArrayList<Pair<Key,Value>>TransformingIterator. keys -
Uses of Pair in org.apache.accumulo.core.iteratorsImpl.conf
Methods in org.apache.accumulo.core.iteratorsImpl.conf that return Pair Modifier and Type Method Description static Pair<org.apache.hadoop.io.Text,org.apache.hadoop.io.Text>ColumnSet. decodeColumns(String columns) -
Uses of Pair in org.apache.accumulo.core.sample.impl
Methods in org.apache.accumulo.core.sample.impl that return types with arguments of type Pair Modifier and Type Method Description List<Pair<String,String>>SamplerConfigurationImpl. toTableProperties() -
Uses of Pair in org.apache.accumulo.core.util
Subclasses of Pair in org.apache.accumulo.core.util Modifier and Type Class Description classComparablePair<A extends Comparable<A>,B extends Comparable<B>>Methods in org.apache.accumulo.core.util that return Pair Modifier and Type Method Description static <K2,V2,K1 extends K2,V1 extends V2>
Pair<K2,V2>Pair. fromEntry(Map.Entry<K1,V1> entry)Pair<B,A>Pair. swap()
-