This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.IMRU.API Namespace Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Classes
Org.Apache.REEF.IMRU.API Namespace Reference

Classes

interface  IIMRUClient
 
interface  IIMRUResultHandler
 Interface defining how to handle the output of Update function in IMRU More...
 
interface  IMapFunction
 Interface to be implemented by Map functions in IMRU. More...
 
class  IMRUCodecConfiguration
 A configuration module for specifying codecs for IMRU More...
 
class  IMRUJobDefinition
 Describes an IMRU Job. More...
 
class  IMRUJobDefinitionBuilder
 Use this class to create an IMRU Job Definition. More...
 
class  IMRUMapConfiguration
 A configuration module for IMRU IMapFunction. More...
 
class  IMRUPerMapperConfigGeneratorConfiguration
 A configuration module for per mapper configuration. More...
 
class  IMRUPipelineDataConverterConfiguration
 A configuration module for The PipelineDataConverter used for chunking and dechunking TMapInput and TMapOutput More...
 
class  IMRUReduceFunctionConfiguration
 A configuration module for IMRU Reduce function. More...
 
class  IMRUUpdateConfiguration
 A configuration module for IMRU Update function. More...
 
interface  IPerMapperConfigGenerator
 Class returning mapper specific configuration More...
 
interface  IUpdateFunction
 The interface for the Update function of IMRU More...
 
class  PerMapConfigGeneratorSet
 
class  UpdateResult
 Represents the output of an IUpdateFunction. More...