| Package | Description |
|---|---|
| org.apache.hadoop.mapred | |
| org.apache.hadoop.util |
Common utilities.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MapTask.MapOutputBuffer<K,V> |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedSorter.sort(IndexedSortable s,
int l,
int r)
Sort the items accessed through the given IndexedSortable over the given
range of logical indices.
|
void |
HeapSort.sort(IndexedSortable s,
int p,
int r)
Sort the given range of items using heap sort.
|
void |
QuickSort.sort(IndexedSortable s,
int p,
int r)
Sort the given range of items using quick sort.
|
void |
IndexedSorter.sort(IndexedSortable s,
int l,
int r,
Progressable rep)
Same as
IndexedSorter.sort(IndexedSortable,int,int), but indicate progress
periodically. |
void |
HeapSort.sort(IndexedSortable s,
int p,
int r,
Progressable rep) |
void |
QuickSort.sort(IndexedSortable s,
int p,
int r,
Progressable rep) |
Copyright © 2013 Apache Software Foundation. All rights reserved.