SCS

Uses of Interface
scs.demos.mapreduce.OutputCollector

Packages that use OutputCollector
scs.demos.mapreduce   
scs.demos.mapreduce.user   
 

Uses of OutputCollector in scs.demos.mapreduce
 

Classes in scs.demos.mapreduce that implement OutputCollector
 class _OutputCollectorStub
          scs/demos/mapreduce/_OutputCollectorStub.java .
 

Fields in scs.demos.mapreduce declared as OutputCollector
 OutputCollector OutputCollectorHolder.value
           
 

Methods in scs.demos.mapreduce that return OutputCollector
 OutputCollector OutputCollectorPOA._this()
           
 OutputCollector OutputCollectorPOA._this(org.omg.CORBA.ORB orb)
           
static OutputCollector OutputCollectorHelper.extract(org.omg.CORBA.Any a)
           
static OutputCollector OutputCollectorHelper.narrow(org.omg.CORBA.Object obj)
           
static OutputCollector OutputCollectorHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static OutputCollector OutputCollectorHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in scs.demos.mapreduce with parameters of type OutputCollector
static void OutputCollectorHelper.insert(org.omg.CORBA.Any a, OutputCollector that)
           
 void MapperPOATie.map(org.omg.CORBA.Any key, org.omg.CORBA.Any value, OutputCollector collector, Reporter reporter)
           
 void MapperOperations.map(org.omg.CORBA.Any key, org.omg.CORBA.Any value, OutputCollector collector, Reporter reporter)
           
 void _MapperStub.map(org.omg.CORBA.Any key, org.omg.CORBA.Any value, OutputCollector collector, Reporter reporter)
           
 void ReducerPOATie.reduce(org.omg.CORBA.Any key, org.omg.CORBA.Any[] values, OutputCollector collector, Reporter reporter)
           
 void _ReducerStub.reduce(org.omg.CORBA.Any key, org.omg.CORBA.Any[] values, OutputCollector collector, Reporter reporter)
           
 void ReducerOperations.reduce(org.omg.CORBA.Any key, org.omg.CORBA.Any[] values, OutputCollector collector, Reporter reporter)
           
static void OutputCollectorHelper.write(org.omg.CORBA.portable.OutputStream ostream, OutputCollector value)
           
 

Constructors in scs.demos.mapreduce with parameters of type OutputCollector
OutputCollectorHolder(OutputCollector initialValue)
           
 

Uses of OutputCollector in scs.demos.mapreduce.user
 

Methods in scs.demos.mapreduce.user with parameters of type OutputCollector
 void WordMapperServant.map(org.omg.CORBA.Any key, org.omg.CORBA.Any value, OutputCollector collector, Reporter reporter)
           
 void WordReducerServant.reduce(org.omg.CORBA.Any key, org.omg.CORBA.Any[] values, OutputCollector collector, Reporter reporter)
           
 


SCS