SCS

Uses of Interface
scs.demos.mapreduce.FileSplit

Packages that use FileSplit
scs.demos.mapreduce   
scs.demos.mapreduce.servant   
scs.demos.mapreduce.user   
 

Uses of FileSplit in scs.demos.mapreduce
 

Classes in scs.demos.mapreduce that implement FileSplit
 class _FileSplitStub
          scs/demos/mapreduce/_FileSplitStub.java .
 

Fields in scs.demos.mapreduce declared as FileSplit
 FileSplit[] FileSplitsHolder.value
           
 FileSplit FileSplitHolder.value
           
 

Methods in scs.demos.mapreduce that return FileSplit
 FileSplit FileSplitPOA._this()
           
 FileSplit FileSplitPOA._this(org.omg.CORBA.ORB orb)
           
static FileSplit[] FileSplitsHelper.extract(org.omg.CORBA.Any a)
           
static FileSplit FileSplitHelper.extract(org.omg.CORBA.Any a)
           
 FileSplit RecordReaderPOATie.getFileSplit()
           
 FileSplit RecordWriterPOATie.getFileSplit()
           
 FileSplit _RecordWriterStub.getFileSplit()
           
 FileSplit RecordReaderOperations.getFileSplit()
           
 FileSplit _RecordReaderStub.getFileSplit()
           
 FileSplit RecordWriterOperations.getFileSplit()
           
 FileSplit[] TaskPOATie.getInput()
           
 FileSplit[] TaskOperations.getInput()
           
 FileSplit[] _TaskStub.getInput()
           
 FileSplit[] TaskPOATie.getOutput()
           
 FileSplit[] TaskOperations.getOutput()
           
 FileSplit[] _TaskStub.getOutput()
           
 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 FileSplit FileSplitHelper.narrow(org.omg.CORBA.Object obj)
           
static FileSplit[] FileSplitsHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static FileSplit FileSplitHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static FileSplit FileSplitHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in scs.demos.mapreduce with parameters of type FileSplit
static void FileSplitHelper.insert(org.omg.CORBA.Any a, FileSplit that)
           
static void FileSplitsHelper.insert(org.omg.CORBA.Any a, FileSplit[] that)
           
 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)
           
static void FileSplitHelper.write(org.omg.CORBA.portable.OutputStream ostream, FileSplit value)
           
static void FileSplitsHelper.write(org.omg.CORBA.portable.OutputStream ostream, FileSplit[] value)
           
 

Constructors in scs.demos.mapreduce with parameters of type FileSplit
FileSplitHolder(FileSplit initialValue)
           
FileSplitsHolder(FileSplit[] initialValue)
           
 

Uses of FileSplit in scs.demos.mapreduce.servant
 

Fields in scs.demos.mapreduce.servant declared as FileSplit
protected  FileSplit[] TaskServant.inputSplit
           
protected  FileSplit[] TaskServant.outputSplit
           
 

Methods in scs.demos.mapreduce.servant that return FileSplit
 FileSplit[] TaskServant.getInput()
           
 FileSplit[] TaskServant.getOutput()
           
 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 FileSplit
DirectOutputCollectorServant(IOFormat ioformat, Reporter reporter, FileSplit fileSplit, java.lang.String configFileName, TaskStatus status)
           
MapTaskServant(java.lang.String configFileName, Reporter reporter, org.omg.PortableServer.POA poa, FileSplit inputSplit)
           
 

Constructor parameters in scs.demos.mapreduce.servant with type arguments of type FileSplit
ReduceTaskServant(java.lang.String configFileName, Reporter reporter, org.omg.PortableServer.POA poa, java.util.ArrayList<FileSplit> arraySplit, int index)
           
 

Uses of FileSplit in scs.demos.mapreduce.user
 

Methods in scs.demos.mapreduce.user that return FileSplit
 FileSplit TokenRecordWriter.getFileSplit()
           
 FileSplit TokenRecordReader.getFileSplit()
           
 

Methods in scs.demos.mapreduce.user with parameters of type FileSplit
 void TokenRecordWriter.open(java.lang.String confFileName, FileSplit fileSplit, Reporter reporter)
           
 void TokenRecordReader.open(java.lang.String confFileName, FileSplit fileSplit, Reporter reporter)
           
 


SCS