SCS

Uses of Interface
scs.demos.mapreduce.Reporter

Packages that use Reporter
scs.demos.mapreduce   
scs.demos.mapreduce.schedule   
scs.demos.mapreduce.servant   
scs.demos.mapreduce.user   
 

Uses of Reporter in scs.demos.mapreduce
 

Classes in scs.demos.mapreduce that implement Reporter
 class _ReporterStub
          scs/demos/mapreduce/_ReporterStub.java .
 

Fields in scs.demos.mapreduce declared as Reporter
 Reporter ReporterHolder.value
           
 

Methods in scs.demos.mapreduce that return Reporter
 Reporter ReporterPOA._this()
           
 Reporter ReporterPOA._this(org.omg.CORBA.ORB orb)
           
static Reporter ReporterHelper.extract(org.omg.CORBA.Any a)
           
 Reporter TaskPOATie.getReporter()
           
 Reporter TaskOperations.getReporter()
           
 Reporter _TaskStub.getReporter()
           
static Reporter ReporterHelper.narrow(org.omg.CORBA.Object obj)
           
static Reporter ReporterHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Reporter ReporterHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in scs.demos.mapreduce with parameters of type Reporter
 FileSplit[] IOFormatPOATie.getSplits(java.lang.String confFileName, Reporter reporter)
           
 FileSplit[] IOFormatOperations.getSplits(java.lang.String confFileName, Reporter reporter)
           
 FileSplit[] _IOFormatStub.getSplits(java.lang.String confFileName, Reporter reporter)
           
static void ReporterHelper.insert(org.omg.CORBA.Any a, Reporter 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 RecordReaderPOATie.open(java.lang.String confFileName, FileSplit fileSplit, Reporter reporter)
           
 void RecordWriterPOATie.open(java.lang.String confFileName, FileSplit fileSplit, Reporter reporter)
           
 void _RecordWriterStub.open(java.lang.String confFileName, FileSplit fileSplit, Reporter reporter)
           
 void RecordReaderOperations.open(java.lang.String confFileName, FileSplit fileSplit, Reporter reporter)
           
 void _RecordReaderStub.open(java.lang.String confFileName, FileSplit fileSplit, Reporter reporter)
           
 void RecordWriterOperations.open(java.lang.String confFileName, FileSplit fileSplit, 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)
           
 void MasterPOATie.start(java.lang.String confFileName, Reporter reporter)
           
 void _MasterStub.start(java.lang.String confFileName, Reporter reporter)
           
 void MasterOperations.start(java.lang.String confFileName, Reporter reporter)
           
static void ReporterHelper.write(org.omg.CORBA.portable.OutputStream ostream, Reporter value)
           
 

Constructors in scs.demos.mapreduce with parameters of type Reporter
ReporterHolder(Reporter initialValue)
           
 

Uses of Reporter in scs.demos.mapreduce.schedule
 

Methods in scs.demos.mapreduce.schedule that return Reporter
 Reporter MasterServant.getReporter()
           
 

Methods in scs.demos.mapreduce.schedule with parameters of type Reporter
 void MasterServant.start(java.lang.String configFileName, Reporter reporter)
           
 

Uses of Reporter in scs.demos.mapreduce.servant
 

Fields in scs.demos.mapreduce.servant declared as Reporter
protected  Reporter TaskServant.reporter
           
 

Methods in scs.demos.mapreduce.servant that return Reporter
 Reporter MapTaskServant.getReporter()
           
 Reporter TaskServant.getReporter()
           
 

Methods in scs.demos.mapreduce.servant with parameters of type Reporter
 FileSplit[] IOFormatServant.getSplits(java.lang.String confFileName, Reporter reporter)
          Metodo que particiona o arquivo de entrada em vĂ¡rios segmentos menores, de acordo com o especificado no arquivo de configuracao
 

Constructors in scs.demos.mapreduce.servant with parameters of type Reporter
DirectOutputCollectorServant(IOFormat ioformat, Reporter reporter, FileSplit fileSplit, java.lang.String configFileName, TaskStatus status)
           
MapTaskServant(java.lang.String configFileName, Reporter reporter)
           
MapTaskServant(java.lang.String configFileName, Reporter reporter, org.omg.PortableServer.POA poa, FileSplit inputSplit)
           
ReduceTaskServant(java.lang.String configFileName, Reporter reporter, org.omg.PortableServer.POA poa, java.util.ArrayList<FileSplit> arraySplit, int index)
           
TaskServant(java.lang.String configFileName, Reporter reporter)
           
 

Uses of Reporter in scs.demos.mapreduce.user
 

Methods in scs.demos.mapreduce.user with parameters of type Reporter
 void WordMapperServant.map(org.omg.CORBA.Any key, org.omg.CORBA.Any value, OutputCollector collector, Reporter reporter)
           
 void TokenRecordWriter.open(java.lang.String confFileName, FileSplit fileSplit, Reporter reporter)
           
 void TokenRecordReader.open(java.lang.String confFileName, FileSplit fileSplit, Reporter reporter)
           
 void WordReducerServant.reduce(org.omg.CORBA.Any key, org.omg.CORBA.Any[] values, OutputCollector collector, Reporter reporter)
           
 


SCS