Uses of Interface
com.hazelcast.mapreduce.JobProcessInformation

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

Methods in com.hazelcast.mapreduce that return JobProcessInformation
 JobProcessInformation TrackableJob.getJobProcessInformation()
          Returns an instance of JobProcessInformation to find out the state and statistics of a running task or null if the underlying job id is not available because job is already finished or not yet submitted.
It even returns null if not requested on the job issuing cluster member or client since those values are not distributed to all clusters for traffic reasons.
 



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