| Package | Description |
|---|---|
| com.hazelcast.client |
This package contains the serverside client functionality
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| 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 |
|---|---|
JobTracker |
HazelcastClientProxy.getJobTracker(String name) |
JobTracker |
HazelcastClient.getJobTracker(String name) |
| Modifier and Type | Method and Description |
|---|---|
JobTracker |
HazelcastInstance.getJobTracker(String name)
Returns the job tracker instance with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
JobTracker |
TrackableJob.getJobTracker()
Returns the assigned
JobTracker |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.