org.apache.accumulo.test.continuous
Class ContinuousVerify.CMapper
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.VLongWritable>
org.apache.accumulo.test.continuous.ContinuousVerify.CMapper
- Enclosing class:
- ContinuousVerify
public static class ContinuousVerify.CMapper
- extends org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.VLongWritable>
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper |
org.apache.hadoop.mapreduce.Mapper.Context |
Method Summary |
void |
map(Key key,
Value data,
org.apache.hadoop.mapreduce.Mapper.Context context)
|
Methods inherited from class org.apache.hadoop.mapreduce.Mapper |
cleanup, run, setup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuousVerify.CMapper
public ContinuousVerify.CMapper()
map
public void map(Key key,
Value data,
org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
- Overrides:
map
in class org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.VLongWritable>
- Throws:
IOException
InterruptedException
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.