SCS

scs.demos.mapreduce
Interface ReducerOperations

All Known Subinterfaces:
Reducer
All Known Implementing Classes:
_ReducerStub, ReducerPOA, ReducerPOATie, WordReducerServant

public interface ReducerOperations

scs/demos/mapreduce/ReducerOperations.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 reduce(org.omg.CORBA.Any key, org.omg.CORBA.Any[] values, OutputCollector collector, Reporter reporter)
           
 

Method Detail

reduce

void reduce(org.omg.CORBA.Any key,
            org.omg.CORBA.Any[] values,
            OutputCollector collector,
            Reporter reporter)
            throws IOMapReduceException
Throws:
IOMapReduceException

SCS