org.apache.accumulo.test.continuous
Class ContinuousVerify.CMapper

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.VLongWritable>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
 
Constructor Summary
ContinuousVerify.CMapper()
           
 
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
 

Constructor Detail

ContinuousVerify.CMapper

public ContinuousVerify.CMapper()
Method Detail

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.