Uses of Interface
com.hazelcast.mapreduce.JobPartitionState

Packages that use JobPartitionState
com.hazelcast.mapreduce This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. 
 

Uses of JobPartitionState in com.hazelcast.mapreduce
 

Methods in com.hazelcast.mapreduce that return JobPartitionState
 JobPartitionState[] JobProcessInformation.getPartitionStates()
          Returns an array of JobPartitionStates holding information about the processing state (JobPartitionState.State) and the processing owner of this partition.
The index of the JobPartitionState inside of the array is the number of the processed partition if the KeyValueSource is PartitionIdAware or a randomly assigned id for the different members of the cluster.
 



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