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

Packages that use JobTaskConfiguration
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 JobTaskConfiguration in com.hazelcast.mapreduce.impl
 

Methods in com.hazelcast.mapreduce.impl with parameters of type JobTaskConfiguration
static JobProcessInformationImpl MapReduceUtil.createJobProcessInformation(JobTaskConfiguration configuration, JobSupervisor supervisor)
           
 JobSupervisor MapReduceService.createJobSupervisor(JobTaskConfiguration configuration)
           
static JobPartitionState.State MapReduceUtil.stateChange(Address owner, int partitionId, JobPartitionState.State currentState, JobProcessInformationImpl processInformation, JobTaskConfiguration configuration)
           
 

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

Methods in com.hazelcast.mapreduce.impl.task that return JobTaskConfiguration
 JobTaskConfiguration JobSupervisor.getConfiguration()
           
 

Methods in com.hazelcast.mapreduce.impl.task with parameters of type JobTaskConfiguration
 int MemberAssigningJobProcessInformationImpl.assignMemberId(Address address, String memberUuid, JobTaskConfiguration configuration)
           
 

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



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