public static class DistributedPentomino.PentMap extends org.apache.hadoop.mapreduce.Mapper<WritableComparable<?>,Text,Text,Text>
org.apache.hadoop.mapreduce.Mapper.Context| Constructor and Description |
|---|
PentMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(WritableComparable<?> key,
Text value,
org.apache.hadoop.mapreduce.Mapper.Context context)
Break the prefix string into moves (a sequence of integer row ids that
will be selected for each column in order).
|
void |
setup(org.apache.hadoop.mapreduce.Mapper.Context context) |
cleanup, runpublic void map(WritableComparable<?> key, Text value, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException
map in class org.apache.hadoop.mapreduce.Mapper<WritableComparable<?>,Text,Text,Text>IOExceptionpublic void setup(org.apache.hadoop.mapreduce.Mapper.Context context)
setup in class org.apache.hadoop.mapreduce.Mapper<WritableComparable<?>,Text,Text,Text>Copyright © 2018 CERN. All Rights Reserved.