Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,TrackableJobFuture> |
AbstractJobTracker.trackableJobs |
Modifier and Type | Method and Description |
---|---|
<V> TrackableJobFuture<V> |
AbstractJobTracker.getTrackableJob(String jobId) |
<V> TrackableJobFuture<V> |
AbstractJobTracker.unregisterTrackableJob(String jobId) |
Modifier and Type | Method and Description |
---|---|
<V> boolean |
AbstractJobTracker.registerTrackableJob(TrackableJobFuture<V> trackableJob) |
Modifier and Type | Method and Description |
---|---|
TrackableJobFuture |
JobSupervisor.cancel() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.