Oracle NoSQL Database Examples
version 11gR2.2.0.26

hadoop
Class CountMinorKeys.Map

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Mapper<Text,Text,Text,IntWritable>
      extended by hadoop.CountMinorKeys.Map
Enclosing class:
CountMinorKeys

public static class CountMinorKeys.Map
extends Mapper<Text,Text,Text,IntWritable>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
Mapper.Context
 
Constructor Summary
CountMinorKeys.Map()
           
 
Method Summary
 void map(Text keyArg, Text valueArg, 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

CountMinorKeys.Map

public CountMinorKeys.Map()
Method Detail

map

public void map(Text keyArg,
                Text valueArg,
                Mapper.Context context)
         throws IOException,
                InterruptedException
Overrides:
map in class Mapper<Text,Text,Text,IntWritable>
Throws:
IOException
InterruptedException

Oracle NoSQL Database Examples
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.