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

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

Methods in com.hazelcast.mapreduce.impl that return JobProcessInformationImpl
static JobProcessInformationImpl MapReduceUtil.createJobProcessInformation(JobTaskConfiguration configuration, JobSupervisor supervisor)
           
 

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

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

Subclasses of JobProcessInformationImpl in com.hazelcast.mapreduce.impl.task
 class MemberAssigningJobProcessInformationImpl
          This JobProcessInformationImpl extending class is used in non partitionId based map reduce tasks where partitions are kind of simulated using a unique id per member.
 

Methods in com.hazelcast.mapreduce.impl.task that return JobProcessInformationImpl
 JobProcessInformationImpl JobSupervisor.getJobProcessInformation()
           
 



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