Class PreSortedCellsReducer
java.lang.Object
org.apache.hadoop.mapreduce.Reducer<KeyOnlyCellComparable,Cell,ImmutableBytesWritable,Cell>
org.apache.hadoop.hbase.mapreduce.PreSortedCellsReducer
@Private
public class PreSortedCellsReducer
extends org.apache.hadoop.mapreduce.Reducer<KeyOnlyCellComparable,Cell,ImmutableBytesWritable,Cell>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Reducer
org.apache.hadoop.mapreduce.Reducer.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidreduce(KeyOnlyCellComparable keyComparable, Iterable<Cell> values, org.apache.hadoop.mapreduce.Reducer<KeyOnlyCellComparable, Cell, ImmutableBytesWritable, Cell>.org.apache.hadoop.mapreduce.Reducer.Context context) Methods inherited from class org.apache.hadoop.mapreduce.Reducer
cleanup, run, setup
-
Constructor Details
-
PreSortedCellsReducer
public PreSortedCellsReducer()
-
-
Method Details
-
reduce
protected void reduce(KeyOnlyCellComparable keyComparable, Iterable<Cell> values, org.apache.hadoop.mapreduce.Reducer<KeyOnlyCellComparable, Cell, throws IOException, InterruptedExceptionImmutableBytesWritable, Cell>.org.apache.hadoop.mapreduce.Reducer.Context context) - Overrides:
reducein classorg.apache.hadoop.mapreduce.Reducer<KeyOnlyCellComparable,Cell, ImmutableBytesWritable, Cell> - Throws:
IOExceptionInterruptedException
-