SCS

scs.demos.mapreduce
Interface OutputCollectorOperations

All Known Subinterfaces:
OutputCollector
All Known Implementing Classes:
_OutputCollectorStub, BufferOutputCollectorServant, DirectOutputCollectorServant, OutputCollectorPOA, OutputCollectorPOATie

public interface OutputCollectorOperations

scs/demos/mapreduce/OutputCollectorOperations.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()
           
 void collect(org.omg.CORBA.Any key, org.omg.CORBA.Any value)
           
 void flush()
           
 

Method Detail

collect

void collect(org.omg.CORBA.Any key,
             org.omg.CORBA.Any value)
             throws IOMapReduceException
Throws:
IOMapReduceException

flush

void flush()
           throws IOMapReduceException
Throws:
IOMapReduceException

close

void close()
           throws IOMapReduceException
Throws:
IOMapReduceException

SCS