Uses of Class
com.hazelcast.mapreduce.impl.task.MappingPhase

Packages that use MappingPhase
com.hazelcast.mapreduce.impl.task This package contains the base implementation for a standard map reduce job. 
 

Uses of MappingPhase in com.hazelcast.mapreduce.impl.task
 

Subclasses of MappingPhase in com.hazelcast.mapreduce.impl.task
 class KeyValueSourceMappingPhase<KeyIn,ValueIn,KeyOut,ValueOut>
          This class executes the mapping phase for a given KeyValueSource scope.
 

Methods in com.hazelcast.mapreduce.impl.task with parameters of type MappingPhase
 void JobSupervisor.startTasks(MappingPhase mappingPhase)
           
 

Constructors in com.hazelcast.mapreduce.impl.task with parameters of type MappingPhase
MapCombineTask(JobTaskConfiguration configuration, JobSupervisor supervisor, MappingPhase<KeyIn,ValueIn,KeyOut,ValueOut> mappingPhase)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.