| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobCompletableFuture | |
|---|---|
| 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.  | 
| Uses of JobCompletableFuture in com.hazelcast.mapreduce | 
|---|
| Methods in com.hazelcast.mapreduce that return JobCompletableFuture | ||
|---|---|---|
 JobCompletableFuture<Map<KeyIn,ValueIn>> | 
ReducingSubmittableJob.submit()
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes  | 
|
 JobCompletableFuture<Map<KeyIn,List<ValueIn>>> | 
ReducingJob.submit()
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes  | 
|
 JobCompletableFuture<Map<KeyIn,List<ValueIn>>> | 
MappingJob.submit()
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes  | 
|
 | 
ReducingJob.submit(Collator<Map.Entry<KeyIn,List<ValueIn>>,ValueOut> collator)
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes and executes the collator before returning the final result.  | 
|
 | 
MappingJob.submit(Collator<Map.Entry<KeyIn,List<ValueIn>>,ValueOut> collator)
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes and executes the collator before returning the final result.  | 
|
 | 
ReducingSubmittableJob.submit(Collator<Map.Entry<KeyIn,ValueIn>,ValueOut> collator)
Submits the task to Hazelcast and executes the defined mapper and reducer on all cluster nodes and executes the collator before returning the final result.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||