| 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. |
| com.hazelcast.mapreduce.impl.task |
This package contains the base implementation for a standard map reduce job.
|
| Modifier and Type | Method and Description |
|---|---|
<V> TrackableJob<V> |
JobTracker.getTrackableJob(String jobId)
Deprecated.
Returns an implementation of
TrackableJob, or null if the job ID is not available
or the job is already finished. |
| Modifier and Type | Class and Description |
|---|---|
class |
TrackableJobFuture<V>
This is the node based implementation of the job's reactive
ICompletableFuture
and is returned to the users codebase. |
Copyright © 2018. All Rights Reserved.