org.apache.accumulo.server.metanalysis
Class IndexMeta.IndexMapper

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Mapper<LogFileKey,LogFileValue,org.apache.hadoop.io.Text,Mutation>
      extended by org.apache.accumulo.server.metanalysis.IndexMeta.IndexMapper
Enclosing class:
IndexMeta

public static class IndexMeta.IndexMapper
extends org.apache.hadoop.mapreduce.Mapper<LogFileKey,LogFileValue,org.apache.hadoop.io.Text,Mutation>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
 
Constructor Summary
IndexMeta.IndexMapper()
           
 
Method Summary
 void map(LogFileKey key, LogFileValue value, org.apache.hadoop.mapreduce.Mapper.Context context)
           
protected  void setup(org.apache.hadoop.mapreduce.Mapper.Context context)
           
 
Methods inherited from class org.apache.hadoop.mapreduce.Mapper
cleanup, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexMeta.IndexMapper

public IndexMeta.IndexMapper()
Method Detail

setup

protected void setup(org.apache.hadoop.mapreduce.Mapper.Context context)
              throws IOException,
                     InterruptedException
Overrides:
setup in class org.apache.hadoop.mapreduce.Mapper<LogFileKey,LogFileValue,org.apache.hadoop.io.Text,Mutation>
Throws:
IOException
InterruptedException

map

public void map(LogFileKey key,
                LogFileValue value,
                org.apache.hadoop.mapreduce.Mapper.Context context)
         throws IOException,
                InterruptedException
Overrides:
map in class org.apache.hadoop.mapreduce.Mapper<LogFileKey,LogFileValue,org.apache.hadoop.io.Text,Mutation>
Throws:
IOException
InterruptedException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.