|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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.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()
|
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(AuthInfo credentials,
KeyExtent extent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |