Uses of Interface
com.hazelcast.mapreduce.TrackableJob

Packages that use TrackableJob
com.hazelcast.client.proxy This package contains client side proxy implementations of the different Hazelcast data structures and operation types 
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. 
 

Uses of TrackableJob in com.hazelcast.client.proxy
 

Methods in com.hazelcast.client.proxy that return TrackableJob
<V> TrackableJob<V>
ClientMapReduceProxy.getTrackableJob(String jobId)
           
 

Uses of TrackableJob in com.hazelcast.mapreduce
 

Methods in com.hazelcast.mapreduce that return TrackableJob
<V> TrackableJob<V>
JobTracker.getTrackableJob(String jobId)
          Returns an implementation of TrackableJob if the job or null if the job id is not available or is already finished.
 

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

Classes in com.hazelcast.mapreduce.impl.task that implement TrackableJob
 class TrackableJobFuture<V>
          This is the node based implementation of the job's reactive ICompletableFuture and is returned to the users codebase.
 



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