Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.proxy | |
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance | |
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 |
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 | Method and Description |
---|---|
JobTracker |
HazelcastClient.getJobTracker(String name) |
JobTracker |
HazelcastClientProxy.getJobTracker(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientMapReduceProxy |
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 |
HazelcastInstanceProxy.getJobTracker(String name) |
JobTracker |
HazelcastInstanceImpl.getJobTracker(String name) |
Modifier and Type | Method and Description |
---|---|
JobTracker |
TrackableJob.getJobTracker()
Returns the assigned
JobTracker |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJobTracker
This is the base class for all
JobTracker implementations on node and client side.It combines a lot of the base functionality to handle remote operations. |
Modifier and Type | Field and Description |
---|---|
protected JobTracker |
AbstractJob.jobTracker |
Modifier and Type | Method and Description |
---|---|
JobTracker |
MapReduceService.getJobTracker(String name) |
Constructor and Description |
---|
AbstractJob(String name,
JobTracker jobTracker,
KeyValueSource<KeyIn,ValueIn> keyValueSource) |
Modifier and Type | Method and Description |
---|---|
JobTracker |
JobSupervisor.getJobTracker() |
JobTracker |
TrackableJobFuture.getJobTracker() |
Constructor and Description |
---|
TrackableJobFuture(String name,
String jobId,
JobTracker jobTracker,
NodeEngine nodeEngine,
Collator collator) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.