| Package | Description |
|---|---|
| com.hazelcast.client |
Contains classes/interfaces related to Client
|
| 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 |
|---|---|
<SuppliedValue,Result> |
MultiMap.aggregate(com.hazelcast.mapreduce.aggregation.Supplier<K,V,SuppliedValue> supplier,
com.hazelcast.mapreduce.aggregation.Aggregation<K,SuppliedValue,Result> aggregation,
JobTracker jobTracker)
Executes a predefined aggregation on the multimaps data set.
|
<SuppliedValue,Result> |
IMap.aggregate(com.hazelcast.mapreduce.aggregation.Supplier<K,V,SuppliedValue> supplier,
com.hazelcast.mapreduce.aggregation.Aggregation<K,SuppliedValue,Result> aggregation,
JobTracker jobTracker)
Executes a predefined aggregation on the maps data set.
|
| Modifier and Type | Method and Description |
|---|---|
JobTracker |
TrackableJob.getJobTracker()
Returns the assigned
JobTracker |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.