Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
<V> TrackableJob<V> |
ClientMapReduceProxy.getTrackableJob(String jobId) |
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. |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.