|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |