static class WALPlayer.WALCellMapper extends org.apache.hadoop.mapreduce.Mapper<WALKey,WALEdit,ImmutableBytesWritable,Cell>
CellSortReducer| Modifier and Type | Field and Description | 
|---|---|
| private byte[] | table | 
| Constructor and Description | 
|---|
| WALCellMapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | map(WALKey key,
   WALEdit value,
   org.apache.hadoop.mapreduce.Mapper.Context context) | 
| void | setup(org.apache.hadoop.mapreduce.Mapper.Context context) | 
private byte[] table
WALCellMapper()
public void map(WALKey key, WALEdit value, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException
map in class org.apache.hadoop.mapreduce.Mapper<WALKey,WALEdit,ImmutableBytesWritable,Cell>IOExceptionpublic void setup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException
setup in class org.apache.hadoop.mapreduce.Mapper<WALKey,WALEdit,ImmutableBytesWritable,Cell>IOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.