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

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

Uses of MapCombineTask in com.hazelcast.mapreduce.impl
 

Fields in com.hazelcast.mapreduce.impl with type parameters of type MapCombineTask
protected  ConcurrentMap<String,MapCombineTask> AbstractJobTracker.mapCombineTasks
           
 

Methods in com.hazelcast.mapreduce.impl that return MapCombineTask
<KeyIn,ValueIn,KeyOut,ValueOut,Chunk>
MapCombineTask<KeyIn,ValueIn,KeyOut,ValueOut,Chunk>
AbstractJobTracker.getMapCombineTask(String jobId)
           
 MapCombineTask AbstractJobTracker.unregisterMapCombineTask(String jobId)
           
 

Methods in com.hazelcast.mapreduce.impl with parameters of type MapCombineTask
<KeyIn,ValueIn,KeyOut,ValueOut,Chunk>
void
AbstractJobTracker.registerMapCombineTask(MapCombineTask<KeyIn,ValueIn,KeyOut,ValueOut,Chunk> mapCombineTask)
           
 

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

Methods in com.hazelcast.mapreduce.impl.task with parameters of type MapCombineTask
<K,V> DefaultContext<K,V>
JobSupervisor.getOrCreateContext(MapCombineTask mapCombineTask)
           
 

Constructors in com.hazelcast.mapreduce.impl.task with parameters of type MapCombineTask
DefaultContext(CombinerFactory<KeyIn,ValueIn,?> combinerFactory, MapCombineTask mapCombineTask)
           
 



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