|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
org.apache.accumulo.server.monitor | |
org.apache.accumulo.server.tabletserver | |
org.apache.accumulo.server.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)
|
Uses of Pair in org.apache.accumulo.server.monitor |
---|
Methods in org.apache.accumulo.server.monitor that return types with arguments of type Pair | |
---|---|
static List<Pair<Long,Double>> |
Monitor.getDataCacheHitRateOverTime()
|
static List<Pair<Long,Double>> |
Monitor.getIndexCacheHitRateOverTime()
|
static List<Pair<Long,Double>> |
Monitor.getIngestByteRateOverTime()
|
static List<Pair<Long,Double>> |
Monitor.getIngestRateOverTime()
|
static List<Pair<Long,Double>> |
Monitor.getLoadOverTime()
|
static List<Pair<Long,Double>> |
Monitor.getLookupsOverTime()
|
static List<Pair<Long,Integer>> |
Monitor.getMajorCompactionsOverTime()
|
static List<Pair<Long,Integer>> |
Monitor.getMinorCompactionsOverTime()
|
static List<Pair<Long,Double>> |
Monitor.getQueryByteRateOverTime()
|
static List<Pair<Long,Integer>> |
Monitor.getQueryRateOverTime()
|
static List<Pair<Long,Integer>> |
Monitor.getRecoveriesOverTime()
|
static List<Pair<Long,Integer>> |
Monitor.getScanRateOverTime()
|
Uses of Pair in org.apache.accumulo.server.tabletserver |
---|
Methods in org.apache.accumulo.server.tabletserver that return Pair | |
---|---|
static Pair<org.apache.hadoop.io.Text,KeyExtent> |
TabletServer.verifyTabletInformation(KeyExtent extent,
TServerInstance instance,
SortedMap<Key,Value> tabletsKeyValues,
String clientAddress,
ZooLock lock)
|
Uses of Pair in org.apache.accumulo.server.util |
---|
Methods in org.apache.accumulo.server.util that return Pair | |
---|---|
static Pair<List<MetadataTable.LogEntry>,SortedMap<String,MetadataTable.DataFileValue>> |
MetadataTable.getFileAndLogEntries(TCredentials credentials,
KeyExtent extent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |