Uses of Class
com.hazelcast.mapreduce.impl.task.TrackableJobFuture

Packages that use TrackableJobFuture
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. 
 

Uses of TrackableJobFuture in com.hazelcast.mapreduce.impl
 

Fields in com.hazelcast.mapreduce.impl with type parameters of type TrackableJobFuture
protected  ConcurrentMap<String,TrackableJobFuture> AbstractJobTracker.trackableJobs
           
 

Methods in com.hazelcast.mapreduce.impl that return TrackableJobFuture
<V> TrackableJobFuture<V>
AbstractJobTracker.getTrackableJob(String jobId)
           
<V> TrackableJobFuture<V>
AbstractJobTracker.unregisterTrackableJob(String jobId)
           
 

Methods in com.hazelcast.mapreduce.impl with parameters of type TrackableJobFuture
<V> boolean
AbstractJobTracker.registerTrackableJob(TrackableJobFuture<V> trackableJob)
           
 

Uses of TrackableJobFuture in com.hazelcast.mapreduce.impl.task
 

Methods in com.hazelcast.mapreduce.impl.task that return TrackableJobFuture
 TrackableJobFuture JobSupervisor.cancel()
           
 



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