SCS

scs.demos.mapreduce
Interface IOFormatOperations

All Known Subinterfaces:
IOFormat
All Known Implementing Classes:
_IOFormatStub, IOFormatPOA, IOFormatPOATie, IOFormatServant, TokenIOFormat

public interface IOFormatOperations

scs/demos/mapreduce/IOFormatOperations.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
 RecordReader getRecordReader(TaskStatus status)
           
 RecordWriter getRecordWriter(TaskStatus status)
           
 FileSplit[] getSplits(java.lang.String confFileName, Reporter reporter)
           
 

Method Detail

getRecordReader

RecordReader getRecordReader(TaskStatus status)
                             throws IOFormatException
Throws:
IOFormatException

getRecordWriter

RecordWriter getRecordWriter(TaskStatus status)
                             throws IOFormatException
Throws:
IOFormatException

getSplits

FileSplit[] getSplits(java.lang.String confFileName,
                      Reporter reporter)
                      throws SplitException
Throws:
SplitException

SCS