SCS

scs.demos.mapreduce.user
Class TokenIOFormat

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by scs.demos.mapreduce.IOFormatPOA
          extended by scs.demos.mapreduce.servant.IOFormatServant
              extended by scs.demos.mapreduce.user.TokenIOFormat
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, IOFormatOperations

public class TokenIOFormat
extends IOFormatServant

Servant que estende o servant gernerico IOFormatServant


Field Summary
 
Fields inherited from class scs.demos.mapreduce.servant.IOFormatServant
exception, poa
 
Constructor Summary
TokenIOFormat()
           
 
Method Summary
protected  RecordReader doGetRecordReader(TaskStatus status)
          Metodo abstrato para retornar um RecordReader
protected  RecordWriter doGetRecordWriter(TaskStatus status)
          Metodo abstrato para retornar um RecordWriter
 
Methods inherited from class scs.demos.mapreduce.servant.IOFormatServant
getRecordReader, getRecordWriter, getSplits
 
Methods inherited from class scs.demos.mapreduce.IOFormatPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenIOFormat

public TokenIOFormat()
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

doGetRecordReader

protected RecordReader doGetRecordReader(TaskStatus status)
                                  throws java.lang.Exception
Description copied from class: IOFormatServant
Metodo abstrato para retornar um RecordReader

Specified by:
doGetRecordReader in class IOFormatServant
Returns:
RecordReader
Throws:
java.lang.Exception

doGetRecordWriter

protected RecordWriter doGetRecordWriter(TaskStatus status)
                                  throws java.lang.Exception
Description copied from class: IOFormatServant
Metodo abstrato para retornar um RecordWriter

Specified by:
doGetRecordWriter in class IOFormatServant
Returns:
RecordWriter
Throws:
java.lang.Exception

SCS