SCS

scs.demos.mapreduce
Interface MapperOperations

All Known Subinterfaces:
Mapper
All Known Implementing Classes:
_MapperStub, MapperPOA, MapperPOATie, WordMapperServant

public interface MapperOperations

scs/demos/mapreduce/MapperOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/mapReduce.idl Friday, October 3, 2008 9:13:54 AM BRT


Method Summary
 void map(org.omg.CORBA.Any key, org.omg.CORBA.Any value, OutputCollector collector, Reporter reporter)
           
 

Method Detail

map

void map(org.omg.CORBA.Any key,
         org.omg.CORBA.Any value,
         OutputCollector collector,
         Reporter reporter)
         throws IOMapReduceException
Throws:
IOMapReduceException

SCS