SCS

scs.demos.mapreduce
Interface RecordWriterOperations

All Known Subinterfaces:
RecordWriter
All Known Implementing Classes:
_RecordWriterStub, RecordWriterPOA, RecordWriterPOATie, TokenRecordWriter

public interface RecordWriterOperations

scs/demos/mapreduce/RecordWriterOperations.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 close()
           
 FileSplit getFileSplit()
           
 void open(java.lang.String confFileName, FileSplit fileSplit, Reporter reporter)
           
 boolean write(org.omg.CORBA.Any key, org.omg.CORBA.Any value)
           
 

Method Detail

open

void open(java.lang.String confFileName,
          FileSplit fileSplit,
          Reporter reporter)
          throws IOMapReduceException
Throws:
IOMapReduceException

write

boolean write(org.omg.CORBA.Any key,
              org.omg.CORBA.Any value)
              throws IOMapReduceException
Throws:
IOMapReduceException

close

void close()
           throws IOMapReduceException
Throws:
IOMapReduceException

getFileSplit

FileSplit getFileSplit()

SCS