Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
JobProcessInformation |
TrackableJob.getJobProcessInformation()
Deprecated.
Returns an instance of
JobProcessInformation to find out the state and
statistics of a running task, or returns null if the underlying job ID is not available because the job is already
finished or has not yet been submitted.It 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 © 2018 Hazelcast, Inc.. All rights reserved.